diff options
author | rsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-29 20:57:15 +0000 |
---|---|---|
committer | rsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-29 20:57:15 +0000 |
commit | 07cfed2b79923c1e360797b739de0cb95da04e5b (patch) | |
tree | 0825685a550fcfd3fe65f53fbdb4b7a6483781ef /chrome/app/nibs | |
parent | 349541e5283b3d09e1a7274ba15cb69130a7656b (diff) | |
download | chromium_src-07cfed2b79923c1e360797b739de0cb95da04e5b.zip chromium_src-07cfed2b79923c1e360797b739de0cb95da04e5b.tar.gz chromium_src-07cfed2b79923c1e360797b739de0cb95da04e5b.tar.bz2 |
[Mac][Panels] Make it easier to minimize panels.
This enables window minimization of panels through the standard Cmd+M shortcut.
If the panel is detached, it goes into the dock like a normal window, but if
it's attached, then it will be minimized to the bottom of the screen.
This also enables minimization behavior when the titlebar is double-clicked.
BUG=104394,255139,177821
TEST=Double clicking on a panel titlebar minimizes it. Cmd+M does, too.
Review URL: https://chromiumcodereview.appspot.com/18177010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@209343 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/nibs')
-rw-r--r-- | chrome/app/nibs/Panel.xib | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/chrome/app/nibs/Panel.xib b/chrome/app/nibs/Panel.xib index aeba727..fa2ac6e 100644 --- a/chrome/app/nibs/Panel.xib +++ b/chrome/app/nibs/Panel.xib @@ -1,14 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> <archive type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="7.10"> <data> - <int key="IBDocument.SystemTarget">1070</int> - <string key="IBDocument.SystemVersion">12B19</string> - <string key="IBDocument.InterfaceBuilderVersion">2549</string> - <string key="IBDocument.AppKitVersion">1187</string> - <string key="IBDocument.HIToolboxVersion">624.00</string> + <int key="IBDocument.SystemTarget">1060</int> + <string key="IBDocument.SystemVersion">12D78</string> + <string key="IBDocument.InterfaceBuilderVersion">3084</string> + <string key="IBDocument.AppKitVersion">1187.37</string> + <string key="IBDocument.HIToolboxVersion">626.00</string> <object class="NSMutableDictionary" key="IBDocument.PluginVersions"> <string key="NS.key.0">com.apple.InterfaceBuilder.CocoaPlugin</string> - <string key="NS.object.0">2549</string> + <string key="NS.object.0">3084</string> </object> <object class="NSArray" key="IBDocument.IntegratedClassDependencies"> <bool key="EncodedWithXMLCoder">YES</bool> @@ -43,7 +43,7 @@ <string key="NSClassName">NSApplication</string> </object> <object class="NSWindowTemplate" id="1005"> - <int key="NSWindowStyleMask">259</int> + <int key="NSWindowStyleMask">263</int> <int key="NSWindowBacking">2</int> <string key="NSWindowRect">{{196, 240}, {480, 270}}</string> <int key="NSWTFlags">544736256</int> |