diff options
author | Norwegian Rock Cat <qt-info@nokia.com> | 2009-04-02 07:31:50 (GMT) |
---|---|---|
committer | Norwegian Rock Cat <qt-info@nokia.com> | 2009-04-22 11:36:37 (GMT) |
commit | a8d14ae567c7e847c6dbba644c36fbc6c6afc468 (patch) | |
tree | 08df810ad56d16766aaf3faadc67d5ea9d0014fa /src/gui/kernel/kernel.pri | |
parent | 65398953e6ebaab177046b9516f15920b1f9d1a4 (diff) | |
download | Qt-a8d14ae567c7e847c6dbba644c36fbc6c6afc468.zip Qt-a8d14ae567c7e847c6dbba644c36fbc6c6afc468.tar.gz Qt-a8d14ae567c7e847c6dbba644c36fbc6c6afc468.tar.bz2 |
Work on getting unified toolbars to look more native.
Basically we try to get the toggled look correct and we've shrunk the
size of the toolbar by a good 10 pixels. We still look a bit "off" for
toggled on Tiger, but frankely that look is a bit odd.
We are a bit taller than the pure Cocoa toolbar (2 px), but given that
we are embedding our QToolbar, that's probably the best we can do.
All-in-all, it looks much better.
Diffstat (limited to 'src/gui/kernel/kernel.pri')
-rw-r--r-- | src/gui/kernel/kernel.pri | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/kernel/kernel.pri b/src/gui/kernel/kernel.pri index cb2b014..a1b982a 100644 --- a/src/gui/kernel/kernel.pri +++ b/src/gui/kernel/kernel.pri @@ -193,7 +193,7 @@ embedded { MENU_NIB.path = Resources MENU_NIB.version = Versions QMAKE_BUNDLE_DATA += MENU_NIB - RESOURCES += mac/maccursors.qrc + RESOURCES += mac/macresources.qrc LIBS += -framework AppKit } |