diff options
author | pinkerton@chromium.org <pinkerton@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-09 18:59:13 +0000 |
---|---|---|
committer | pinkerton@chromium.org <pinkerton@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-09 18:59:13 +0000 |
commit | 3928744e060c5f8e64a1d732bb0151c1dff3dd01 (patch) | |
tree | f98fb55e6084c19f79f0eccdec5fa2bd561526ed | |
parent | 9c1e5f0669ef6904b864392d8c6c489d46935250 (diff) | |
download | chromium_src-3928744e060c5f8e64a1d732bb0151c1dff3dd01.zip chromium_src-3928744e060c5f8e64a1d732bb0151c1dff3dd01.tar.gz chromium_src-3928744e060c5f8e64a1d732bb0151c1dff3dd01.tar.bz2 |
Making the optional page/wrench toolbar buttons bordered, moving them together and rounding them so they look like back/forward. Gives them mouse-over highlighting.
BUG=18571
TEST=buttons still work.
Review URL: http://codereview.chromium.org/202023
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25763 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/app/nibs/Toolbar.xib | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/chrome/app/nibs/Toolbar.xib b/chrome/app/nibs/Toolbar.xib index b35e64e..3308db3 100644 --- a/chrome/app/nibs/Toolbar.xib +++ b/chrome/app/nibs/Toolbar.xib @@ -2,15 +2,13 @@ <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">9F33</string> <string key="IBDocument.InterfaceBuilderVersion">677</string> - <string key="IBDocument.AppKitVersion">949.54</string> - <string key="IBDocument.HIToolboxVersion">353.00</string> + <string key="IBDocument.AppKitVersion">949.34</string> + <string key="IBDocument.HIToolboxVersion">352.00</string> <object class="NSMutableArray" key="IBDocument.EditedObjectIDs"> <bool key="EncodedWithXMLCoder">YES</bool> - <integer value="42"/> <integer value="1"/> - <integer value="48"/> </object> <object class="NSArray" key="IBDocument.PluginDependencies"> <bool key="EncodedWithXMLCoder">YES</bool> @@ -253,8 +251,9 @@ <int key="NSCellFlags2">134250496</int> <string key="NSContents"/> <reference key="NSSupport" ref="64724822"/> + <int key="NSTag">-2</int> <reference key="NSControlView" ref="571076484"/> - <int key="NSButtonFlags">141312255</int> + <int key="NSButtonFlags">149700863</int> <int key="NSButtonFlags2">134</int> <object class="NSCustomResource" key="NSNormalImage"> <string key="NSClassName">NSImage</string> @@ -269,7 +268,7 @@ <object class="NSButton" id="602421009"> <reference key="NSNextResponder" ref="928520650"/> <int key="NSvFlags">265</int> - <string key="NSFrame">{{577, 5}, {35, 27}}</string> + <string key="NSFrame">{{574, 5}, {35, 27}}</string> <reference key="NSSuperview" ref="928520650"/> <int key="NSTag">33005</int> <bool key="NSEnabled">YES</bool> @@ -278,8 +277,9 @@ <int key="NSCellFlags2">134250496</int> <string key="NSContents"/> <reference key="NSSupport" ref="64724822"/> + <int key="NSTag">1</int> <reference key="NSControlView" ref="602421009"/> - <int key="NSButtonFlags">140787967</int> + <int key="NSButtonFlags">149176575</int> <int key="NSButtonFlags2">6</int> <object class="NSCustomResource" key="NSNormalImage"> <string key="NSClassName">NSImage</string> |