diff options
author | dcheng@chromium.org <dcheng@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-19 20:45:43 +0000 |
---|---|---|
committer | dcheng@chromium.org <dcheng@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-19 20:45:43 +0000 |
commit | 0c6d4720bcf39de80d35cad305a8d20d3d59882e (patch) | |
tree | 3f29e9bf014d857b1e5438f5a3113047dad148d1 /chrome/app/nibs/Panel.xib | |
parent | ec13a8376e73638316155bacf3f57abc2044aea0 (diff) | |
download | chromium_src-0c6d4720bcf39de80d35cad305a8d20d3d59882e.zip chromium_src-0c6d4720bcf39de80d35cad305a8d20d3d59882e.tar.gz chromium_src-0c6d4720bcf39de80d35cad305a8d20d3d59882e.tar.bz2 |
Make panel titlebars more tab-like on Mac.
When using the default theme, we try to match the default titlebar look-and-feel. When using custom themes, we use the selected/unselected tab resources instead. The .xib update is to change the panel window to be a textured window, so we can retrieve the NSColor to use to paint the titlebar when using the default Chrome theme.
BUG=none
TEST=Open panels and see what they look like.
Review URL: http://codereview.chromium.org/7875011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@101817 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/nibs/Panel.xib')
-rw-r--r-- | chrome/app/nibs/Panel.xib | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/app/nibs/Panel.xib b/chrome/app/nibs/Panel.xib index bd47831..14ef2a2 100644 --- a/chrome/app/nibs/Panel.xib +++ b/chrome/app/nibs/Panel.xib @@ -40,7 +40,7 @@ <string key="NSClassName">NSApplication</string> </object> <object class="NSWindowTemplate" id="1005"> - <int key="NSWindowStyleMask">3</int> + <int key="NSWindowStyleMask">259</int> <int key="NSWindowBacking">2</int> <string key="NSWindowRect">{{196, 240}, {480, 270}}</string> <int key="NSWTFlags">544736256</int> |