diff options
author | dmaclach@chromium.org <dmaclach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-03 16:31:42 +0000 |
---|---|---|
committer | dmaclach@chromium.org <dmaclach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-03 16:31:42 +0000 |
commit | f3055110a36b3265c23698c10a310b09dd659651 (patch) | |
tree | ce29930ce016d20b2f442f913fb334dd7fcbb6e7 | |
parent | 52c24a1fc82fda5da15d2fbdb162ce84c7bf3552 (diff) | |
download | chromium_src-f3055110a36b3265c23698c10a310b09dd659651.zip chromium_src-f3055110a36b3265c23698c10a310b09dd659651.tar.gz chromium_src-f3055110a36b3265c23698c10a310b09dd659651.tar.bz2 |
XIB: change remoting window back to a panel so it stays on top.
BUG=NONE
TEST=Make a remoting connection where the mac is host, and make sure the disconnect window stays afloat.
Review URL: http://codereview.chromium.org/7466055
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95250 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | remoting/host/disconnect_window.xib | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/remoting/host/disconnect_window.xib b/remoting/host/disconnect_window.xib index 66e4a5e..2cc9ecf8 100644 --- a/remoting/host/disconnect_window.xib +++ b/remoting/host/disconnect_window.xib @@ -12,7 +12,7 @@ </object> <object class="NSMutableArray" key="IBDocument.EditedObjectIDs"> <bool key="EncodedWithXMLCoder">YES</bool> - <integer value="3"/> + <integer value="4"/> </object> <object class="NSArray" key="IBDocument.PluginDependencies"> <bool key="EncodedWithXMLCoder">YES</bool> @@ -44,7 +44,7 @@ <string key="NSWindowRect">{{247, 498}, {252, 60}}</string> <int key="NSWTFlags">611844096</int> <string key="NSWindowTitle">Remoting</string> - <string key="NSWindowClass">NSWindow</string> + <string key="NSWindowClass">NSPanel</string> <nil key="NSViewClass"/> <string key="NSWindowContentMaxSize">{1.79769e+308, 1.79769e+308}</string> <object class="NSView" key="NSWindowView" id="1718335"> |