diff options
author | rohitrao@chromium.org <rohitrao@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-28 23:55:52 +0000 |
---|---|---|
committer | rohitrao@chromium.org <rohitrao@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-28 23:55:52 +0000 |
commit | 8fec011d8c73f7eb00b71708cb0e1bc9cc84cb11 (patch) | |
tree | 7d3016afac5bab6e8fa7742e823cb1eae278bdf6 /chrome/app/nibs/DownloadShelf.xib | |
parent | b0c6bcddbc2dacbbcd8c53f20df488aa6ba7dedb (diff) | |
download | chromium_src-8fec011d8c73f7eb00b71708cb0e1bc9cc84cb11.zip chromium_src-8fec011d8c73f7eb00b71708cb0e1bc9cc84cb11.tar.gz chromium_src-8fec011d8c73f7eb00b71708cb0e1bc9cc84cb11.tar.bz2 |
[Mac] Cocoa does not like it when the close button is 15x15. Resize to 16x16 to prevent weird drawing artifacts. This CL does not actually modify the size of the close buttons in the app.
BUG=http://crbug.com/22188
TEST=See test in bug. Verify for tabs, the infobar, and the download shelf.
Review URL: http://codereview.chromium.org/243030
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27436 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/nibs/DownloadShelf.xib')
-rw-r--r-- | chrome/app/nibs/DownloadShelf.xib | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chrome/app/nibs/DownloadShelf.xib b/chrome/app/nibs/DownloadShelf.xib index 4064870..f299c8e 100644 --- a/chrome/app/nibs/DownloadShelf.xib +++ b/chrome/app/nibs/DownloadShelf.xib @@ -2,9 +2,9 @@ <archive type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="7.03"> <data> <int key="IBDocument.SystemTarget">1050</int> - <string key="IBDocument.SystemVersion">9L31a</string> + <string key="IBDocument.SystemVersion">9G3553</string> <string key="IBDocument.InterfaceBuilderVersion">677</string> - <string key="IBDocument.AppKitVersion">949.54</string> + <string key="IBDocument.AppKitVersion">949.43</string> <string key="IBDocument.HIToolboxVersion">353.00</string> <object class="NSMutableArray" key="IBDocument.EditedObjectIDs"> <bool key="EncodedWithXMLCoder">YES</bool> @@ -42,7 +42,7 @@ <object class="NSButton" id="538957441"> <reference key="NSNextResponder" ref="1005"/> <int key="NSvFlags">257</int> - <string key="NSFrame">{{456, 14}, {15, 15}}</string> + <string key="NSFrame">{{456, 14}, {16, 16}}</string> <reference key="NSSuperview" ref="1005"/> <bool key="NSEnabled">YES</bool> <object class="NSButtonCell" key="NSCell" id="104399124"> @@ -84,7 +84,7 @@ <object class="NSTextView" id="550190606"> <reference key="NSNextResponder" ref="581923208"/> <int key="NSvFlags">2322</int> - <string key="NSFrameSize">{182, 14}</string> + <string key="NSFrameSize">{182, 12}</string> <reference key="NSSuperview" ref="581923208"/> <object class="NSTextContainer" key="NSTextContainer" id="526453298"> <object class="NSLayoutManager" key="NSLayoutManager"> |