diff options
author | rsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-05 20:24:59 +0000 |
---|---|---|
committer | rsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-05 20:24:59 +0000 |
commit | 26c740c8fb36d3e59200cfab668eb9c5f7539d11 (patch) | |
tree | 7d9faae1ece06cf6a3626f994dd3cc8e4c906e94 /chrome/app/nibs | |
parent | 785267f9e7c86573ecb3e4b2c1794cf85a7dfdfb (diff) | |
download | chromium_src-26c740c8fb36d3e59200cfab668eb9c5f7539d11.zip chromium_src-26c740c8fb36d3e59200cfab668eb9c5f7539d11.tar.gz chromium_src-26c740c8fb36d3e59200cfab668eb9c5f7539d11.tar.bz2 |
[Mac] Unspoofable infobars v3.
This brings back the arrow-tip infobar, but it is fixed-with and will not grow
all the way to the omnibox decoration if the bookmark bar is open.
XIB changes:
* Make the animatable view and gradient view 48px tall.
* Move the text view up 1 px.
BUG=76381
TEST=Look at infobars.
Review URL: http://codereview.chromium.org/7461134
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95649 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/nibs')
-rw-r--r-- | chrome/app/nibs/InfoBar.xib | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/chrome/app/nibs/InfoBar.xib b/chrome/app/nibs/InfoBar.xib index 8e2c632..5020bdb 100644 --- a/chrome/app/nibs/InfoBar.xib +++ b/chrome/app/nibs/InfoBar.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">10J869</string> + <string key="IBDocument.SystemVersion">10K540</string> <string key="IBDocument.InterfaceBuilderVersion">851</string> - <string key="IBDocument.AppKitVersion">1038.35</string> + <string key="IBDocument.AppKitVersion">1038.36</string> <string key="IBDocument.HIToolboxVersion">461.00</string> <object class="NSMutableDictionary" key="IBDocument.PluginVersions"> <string key="NS.key.0">com.apple.InterfaceBuilder.CocoaPlugin</string> @@ -51,7 +51,7 @@ <object class="NSTextField" id="293244832"> <reference key="NSNextResponder" ref="1005"/> <int key="NSvFlags">290</int> - <string key="NSFrame">{{38, 9}, {208, 17}}</string> + <string key="NSFrame">{{38, 10}, {208, 17}}</string> <reference key="NSSuperview" ref="1005"/> <bool key="NSEnabled">YES</bool> <object class="NSTextFieldCell" key="NSCell" id="963811960"> @@ -179,12 +179,12 @@ </object> </object> </object> - <string key="NSFrameSize">{480, 36}</string> + <string key="NSFrameSize">{480, 48}</string> <reference key="NSSuperview" ref="374699732"/> <string key="NSClassName">InfoBarGradientView</string> </object> </object> - <string key="NSFrameSize">{480, 36}</string> + <string key="NSFrameSize">{480, 48}</string> <reference key="NSSuperview"/> <string key="NSClassName">AnimatableView</string> </object> @@ -471,7 +471,7 @@ </object> <string>com.apple.InterfaceBuilder.CocoaPlugin</string> <string>com.apple.InterfaceBuilder.CocoaPlugin</string> - <string>{{481, 787}, {480, 36}}</string> + <string>{{481, 775}, {480, 48}}</string> <string>com.apple.InterfaceBuilder.CocoaPlugin</string> <boolean value="YES"/> <string>com.apple.InterfaceBuilder.CocoaPlugin</string> |