diff options
author | thomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-01 15:13:29 +0000 |
---|---|---|
committer | thomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-01 15:13:29 +0000 |
commit | a215cfc4f0f093c584754c51779bac63b8384fad (patch) | |
tree | 26fc4af498eaae472232be3254525a23471b3980 /chrome/app | |
parent | eda571316709a890cf109a0bcfd23f6a0f8710e9 (diff) | |
download | chromium_src-a215cfc4f0f093c584754c51779bac63b8384fad.zip chromium_src-a215cfc4f0f093c584754c51779bac63b8384fad.tar.gz chromium_src-a215cfc4f0f093c584754c51779bac63b8384fad.tar.bz2 |
Make the no bookmarks text a small control so it doesn't stick out, this makes it more inline with windows and with the buttons when they do have bookmarks.
TEST=Show bookmark bar with no bookmarks, font should be closer to the font bookmark buttons use.
BUG=none
Review URL: http://codereview.chromium.org/242094
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27721 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/nibs/BookmarkBar.xib | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/chrome/app/nibs/BookmarkBar.xib b/chrome/app/nibs/BookmarkBar.xib index 5932932..e7fd7d0 100644 --- a/chrome/app/nibs/BookmarkBar.xib +++ b/chrome/app/nibs/BookmarkBar.xib @@ -2,9 +2,9 @@ <archive type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="7.10"> <data> <int key="IBDocument.SystemTarget">1050</int> - <string key="IBDocument.SystemVersion">10A432</string> + <string key="IBDocument.SystemVersion">10B504</string> <string key="IBDocument.InterfaceBuilderVersion">732</string> - <string key="IBDocument.AppKitVersion">1038</string> + <string key="IBDocument.AppKitVersion">1038.2</string> <string key="IBDocument.HIToolboxVersion">437.00</string> <object class="NSMutableDictionary" key="IBDocument.PluginVersions"> <string key="NS.key.0">com.apple.InterfaceBuilder.CocoaPlugin</string> @@ -12,10 +12,10 @@ </object> <object class="NSMutableArray" key="IBDocument.EditedObjectIDs"> <bool key="EncodedWithXMLCoder">YES</bool> - <integer value="18"/> - <integer value="1"/> <integer value="4"/> <integer value="75"/> + <integer value="62"/> + <integer value="18"/> </object> <object class="NSArray" key="IBDocument.PluginDependencies"> <bool key="EncodedWithXMLCoder">YES</bool> @@ -74,17 +74,17 @@ <object class="NSTextField" id="1013234954"> <reference key="NSNextResponder" ref="610146462"/> <int key="NSvFlags">-2147483382</int> - <string key="NSFrame">{{5, 122}, {582, 17}}</string> + <string key="NSFrame">{{5, 123}, {579, 14}}</string> <reference key="NSSuperview" ref="610146462"/> <bool key="NSEnabled">YES</bool> <object class="NSTextFieldCell" key="NSCell" id="458754719"> <int key="NSCellFlags">68288064</int> - <int key="NSCellFlags2">272630784</int> + <int key="NSCellFlags2">272761856</int> <string key="NSContents">^IDS_BOOKMARKS_NO_ITEMS</string> <object class="NSFont" key="NSSupport"> <string key="NSName">LucidaGrande</string> - <double key="NSSize">13</double> - <int key="NSfFlags">1044</int> + <double key="NSSize">11</double> + <int key="NSfFlags">3100</int> </object> <reference key="NSControlView" ref="1013234954"/> <object class="NSColor" key="NSBackgroundColor"> |