diff options
author | ritsuka <[email protected]> | 2015-01-23 16:31:03 +0000 |
---|---|---|
committer | ritsuka <[email protected]> | 2015-01-23 16:31:03 +0000 |
commit | bc2ae04da874138f3a3dada19221363ef8619881 (patch) | |
tree | ec920dbdf65c4cf50f65f89736816c4b995dc3cb /macosx/English.lproj/MainWindow.xib | |
parent | 757115d8e91180d9a548aa57c20dc01f4542ee7a (diff) |
MacGui: fix subtitles defaults window resizing and delete an empty item in the title popup.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6802 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/English.lproj/MainWindow.xib')
-rw-r--r-- | macosx/English.lproj/MainWindow.xib | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/macosx/English.lproj/MainWindow.xib b/macosx/English.lproj/MainWindow.xib index 1ecae028c..551cac754 100644 --- a/macosx/English.lproj/MainWindow.xib +++ b/macosx/English.lproj/MainWindow.xib @@ -120,14 +120,10 @@ <popUpButton verticalHuggingPriority="750" id="1541"> <rect key="frame" x="53" y="506" width="312" height="22"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/> - <popUpButtonCell key="cell" type="push" bezelStyle="rounded" alignment="left" controlSize="small" lineBreakMode="clipping" state="on" borderStyle="borderAndBezel" inset="2" arrowPosition="arrowAtCenter" preferredEdge="maxY" selectedItem="1543" id="4908"> + <popUpButtonCell key="cell" type="push" bezelStyle="rounded" alignment="left" controlSize="small" lineBreakMode="clipping" borderStyle="borderAndBezel" inset="2" arrowPosition="arrowAtCenter" preferredEdge="maxY" id="4908"> <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/> <font key="font" metaFont="smallSystem"/> - <menu key="menu" title="OtherViews" id="1542"> - <items> - <menuItem state="on" id="1543"/> - </items> - </menu> + <menu key="menu" title="OtherViews" id="1542"/> </popUpButtonCell> <accessibility description="Title"/> <connections> |