diff options
author | thorogood@chromium.org <thorogood@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-20 04:53:07 +0000 |
---|---|---|
committer | thorogood@chromium.org <thorogood@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-20 04:53:07 +0000 |
commit | 8298cf59eee69398d72efdd6a402b340882290bc (patch) | |
tree | ce8509180f7e2b4a1043efe8576c760cb59a856c /chrome | |
parent | 67a8b5377c08797fb015c386749624a74d0abbc6 (diff) | |
download | chromium_src-8298cf59eee69398d72efdd6a402b340882290bc.zip chromium_src-8298cf59eee69398d72efdd6a402b340882290bc.tar.gz chromium_src-8298cf59eee69398d72efdd6a402b340882290bc.tar.bz2 |
Tiny patch to mirror the permission-based nib and puts the name of the extension at the top of the window, allowing it to wrap downwards.
Previously it was placed exactly in the middle vertically and wrapping was turned off.
BUG=136618
TEST=Manual testing on Mac.
Review URL: https://chromiumcodereview.appspot.com/10796052
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147616 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/app/nibs/ExtensionInstallPromptNoWarnings.xib | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chrome/app/nibs/ExtensionInstallPromptNoWarnings.xib b/chrome/app/nibs/ExtensionInstallPromptNoWarnings.xib index 55c8060..8c8c7317 100644 --- a/chrome/app/nibs/ExtensionInstallPromptNoWarnings.xib +++ b/chrome/app/nibs/ExtensionInstallPromptNoWarnings.xib @@ -82,13 +82,13 @@ </object> <object class="NSTextField" id="592145570"> <reference key="NSNextResponder" ref="955129256"/> - <int key="NSvFlags">264</int> - <string key="NSFrame">{{17, 86}, {186, 17}}</string> + <int key="NSvFlags">268</int> + <string key="NSFrame">{{17, 112}, {186, 17}}</string> <reference key="NSSuperview" ref="955129256"/> <bool key="NSEnabled">YES</bool> <object class="NSTextFieldCell" key="NSCell" id="530390105"> - <int key="NSCellFlags">68288064</int> - <int key="NSCellFlags2">272630784</int> + <int key="NSCellFlags">67239424</int> + <int key="NSCellFlags2">272629760</int> <string key="NSContents">Title</string> <object class="NSFont" key="NSSupport"> <string key="NSName">LucidaGrande-Bold</string> |