diff options
author | thomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-09 17:41:18 +0000 |
---|---|---|
committer | thomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-09 17:41:18 +0000 |
commit | 08c68eef4ab6438b967c1f50138df0be330024fe (patch) | |
tree | 6cedfbb7031f7a28150424737c756aafa0deaaf4 /chrome/app | |
parent | 6842a3f8c00867e7964f5e66fb50d9a1875f7e55 (diff) | |
download | chromium_src-08c68eef4ab6438b967c1f50138df0be330024fe.zip chromium_src-08c68eef4ab6438b967c1f50138df0be330024fe.tar.gz chromium_src-08c68eef4ab6438b967c1f50138df0be330024fe.tar.bz2 |
[Mac] Widen the translate checkbox so it's right edge has the same max as all the other checkboxes in under the hood.
BUG=37527
TEST=any translations with a really long button title should be more likely to have the similar right edge as the other checkboxes.
Review URL: http://codereview.chromium.org/700002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41042 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/nibs/Preferences.xib | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chrome/app/nibs/Preferences.xib b/chrome/app/nibs/Preferences.xib index d4877a7..b07cb50 100644 --- a/chrome/app/nibs/Preferences.xib +++ b/chrome/app/nibs/Preferences.xib @@ -2,15 +2,15 @@ <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.InterfaceBuilderVersion">677</string> + <string key="IBDocument.SystemVersion">9L30</string> + <string key="IBDocument.InterfaceBuilderVersion">680</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="481"/> <integer value="482"/> <integer value="74"/> + <integer value="481"/> </object> <object class="NSArray" key="IBDocument.PluginDependencies"> <bool key="EncodedWithXMLCoder">YES</bool> @@ -635,7 +635,7 @@ <object class="NSButton" id="332489843"> <reference key="NSNextResponder" ref="1016273328"/> <int key="NSvFlags">266</int> - <string key="NSFrame">{{30, 168}, {383, 18}}</string> + <string key="NSFrame">{{30, 168}, {395, 18}}</string> <reference key="NSSuperview" ref="1016273328"/> <bool key="NSEnabled">YES</bool> <object class="NSButtonCell" key="NSCell" id="1008555633"> |