diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-08 14:54:27 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-08 14:54:27 +0000 |
commit | b255f7504155f2aefff31fb3003b1b8a5a40f0c9 (patch) | |
tree | cf0bf2590b9ce80a8bf79d242da4ef990ce68d57 /chrome/app/nibs | |
parent | 60c671ca9dc52bb7c6a0bac0773d526d9060e87a (diff) | |
download | chromium_src-b255f7504155f2aefff31fb3003b1b8a5a40f0c9.zip chromium_src-b255f7504155f2aefff31fb3003b1b8a5a40f0c9.tar.gz chromium_src-b255f7504155f2aefff31fb3003b1b8a5a40f0c9.tar.bz2 |
Final tweaks to download item look on OS X. It now looks pretty much like on windows and linux, but is drawn nearly completely with vectors.
Also fix the SkColor->NSColor conversion in the mac theme provider.
Also let status bubble text color be influenced by current theme.
BUG=18902,18438
TEST=Download items now look like on windows. Color of the main download item text should change with the theme. Also, the status bubble text now adapts to the theme, and themes that specify text colors can now successfully change the color of e.g. the text in tabs. Also check that the status text ("104.0/110 MB, 1 h 45 secs left") is elided at the right when it's too long.
Review URL: http://codereview.chromium.org/192033
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25616 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/nibs')
-rw-r--r-- | chrome/app/nibs/DownloadItem.xib | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/chrome/app/nibs/DownloadItem.xib b/chrome/app/nibs/DownloadItem.xib index 7da860b..df701d3 100644 --- a/chrome/app/nibs/DownloadItem.xib +++ b/chrome/app/nibs/DownloadItem.xib @@ -2,12 +2,13 @@ <archive type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="7.03"> <data> <int key="IBDocument.SystemTarget">1050</int> - <string key="IBDocument.SystemVersion">9L30</string> + <string key="IBDocument.SystemVersion">9L31a</string> <string key="IBDocument.InterfaceBuilderVersion">677</string> <string key="IBDocument.AppKitVersion">949.54</string> <string key="IBDocument.HIToolboxVersion">353.00</string> <object class="NSMutableArray" key="IBDocument.EditedObjectIDs"> <bool key="EncodedWithXMLCoder">YES</bool> + <integer value="1"/> </object> <object class="NSArray" key="IBDocument.PluginDependencies"> <bool key="EncodedWithXMLCoder">YES</bool> @@ -34,7 +35,7 @@ <string key="NSClassName">NSApplication</string> </object> <object class="NSCustomView" id="1005"> - <nil key="NSNextResponder"/> + <reference key="NSNextResponder"/> <int key="NSvFlags">292</int> <object class="NSMutableArray" key="NSSubviews"> <bool key="EncodedWithXMLCoder">YES</bool> @@ -197,7 +198,7 @@ <object class="NSButton" id="575090266"> <reference key="NSNextResponder" ref="1005"/> <int key="NSvFlags">292</int> - <string key="NSFrameSize">{207, 34}</string> + <string key="NSFrameSize">{208, 34}</string> <reference key="NSSuperview" ref="1005"/> <bool key="NSEnabled">YES</bool> <object class="NSButtonCell" key="NSCell" id="966513665"> @@ -220,6 +221,7 @@ </object> </object> <string key="NSFrameSize">{440, 34}</string> + <reference key="NSSuperview"/> <string key="NSClassName">NSView</string> </object> <object class="NSMenu" id="571207526"> |