diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-18 15:21:25 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-18 15:21:25 +0000 |
commit | d8a5be2c65c3038cd6073d58458cd78815130391 (patch) | |
tree | ff310470c7b9148e8dddf5308b4ed31a7477b7ba /chrome | |
parent | 97a1fd4153f890a4ef18f877fd9542a9630aa620 (diff) | |
download | chromium_src-d8a5be2c65c3038cd6073d58458cd78815130391.zip chromium_src-d8a5be2c65c3038cd6073d58458cd78815130391.tar.gz chromium_src-d8a5be2c65c3038cd6073d58458cd78815130391.tar.bz2 |
Make extension shelf resize correctly with the window.
I just changed the shelf to autosize horizontally and to be anchored at the bottom and the left and right sides in IB (it was anchored to the top left before and had no autoresizing).
BUG=none
TEST=Enable extension shelf in browser_window_controller.mm (turn #if 0 into #if 1), then build & start chromium. Resize the browser window. The shelf should now stay at the bottom of the window and stay sane.
Review URL: http://codereview.chromium.org/208023
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26568 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/app/nibs/ExtensionShelf.xib | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/app/nibs/ExtensionShelf.xib b/chrome/app/nibs/ExtensionShelf.xib index 19789c9..d9216cd 100644 --- a/chrome/app/nibs/ExtensionShelf.xib +++ b/chrome/app/nibs/ExtensionShelf.xib @@ -36,7 +36,7 @@ </object> <object class="NSCustomView" id="1005"> <reference key="NSNextResponder"/> - <int key="NSvFlags">268</int> + <int key="NSvFlags">290</int> <string key="NSFrameSize">{400, 30}</string> <reference key="NSSuperview"/> <string key="NSClassName">DownloadShelfView</string> |