diff options
author | dynaflash <[email protected]> | 2009-03-06 15:38:11 +0000 |
---|---|---|
committer | dynaflash <[email protected]> | 2009-03-06 15:38:11 +0000 |
commit | 139faba4c383453c714e28f20bc1f3fd963739a5 (patch) | |
tree | 388215ed7c6daf10373b37f6d9d0ca1501f26ba2 | |
parent | 881abedc7ce136b57d8adde824a3235b5526dc52 (diff) |
MacGui: Set hud overlay controls as initially hidden in Preview Window.
- Fixes an issue where the controls are not properly arranged and available when preview window is open and there is no source currently loaded up.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2231 b64f7644-9d1e-0410-96f1-a4d463321fa5
-rw-r--r-- | macosx/English.lproj/PicturePreview.xib | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/macosx/English.lproj/PicturePreview.xib b/macosx/English.lproj/PicturePreview.xib index f062df28d..95df9d203 100644 --- a/macosx/English.lproj/PicturePreview.xib +++ b/macosx/English.lproj/PicturePreview.xib @@ -8,7 +8,7 @@ <string key="IBDocument.HIToolboxVersion">353.00</string> <object class="NSMutableArray" key="IBDocument.EditedObjectIDs"> <bool key="EncodedWithXMLCoder">YES</bool> - <integer value="5"/> + <integer value="257"/> </object> <object class="NSArray" key="IBDocument.PluginDependencies"> <bool key="EncodedWithXMLCoder">YES</bool> @@ -115,7 +115,7 @@ </object> <object class="NSBox" id="92351498"> <reference key="NSNextResponder" ref="353606868"/> - <int key="NSvFlags">45</int> + <int key="NSvFlags">-2147483603</int> <object class="NSMutableArray" key="NSSubviews"> <bool key="EncodedWithXMLCoder">YES</bool> <object class="NSView" id="385854969"> @@ -487,7 +487,7 @@ </object> <object class="NSBox" id="768906858"> <reference key="NSNextResponder" ref="353606868"/> - <int key="NSvFlags">45</int> + <int key="NSvFlags">-2147483603</int> <object class="NSMutableArray" key="NSSubviews"> <bool key="EncodedWithXMLCoder">YES</bool> <object class="NSView" id="1067699710"> |