diff options
author | ritsuka <[email protected]> | 2014-08-22 17:51:35 +0000 |
---|---|---|
committer | ritsuka <[email protected]> | 2014-08-22 17:51:35 +0000 |
commit | f2cd123b342a1bfe45000fddee9fe58e78f8b8c9 (patch) | |
tree | f732d8bc10e168b879baca6374a2dc5132ec36a2 /macosx/English.lproj | |
parent | 5f0bf68a1fff294f7cbff02750d13e007efc47be (diff) |
MacGui: removed an unnecessary NSBox in the Advanced tab.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6345 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/English.lproj')
-rw-r--r-- | macosx/English.lproj/MainMenu.xib | 17 |
1 files changed, 3 insertions, 14 deletions
diff --git a/macosx/English.lproj/MainMenu.xib b/macosx/English.lproj/MainMenu.xib index ba0e2b91c..9341a8cdd 100644 --- a/macosx/English.lproj/MainMenu.xib +++ b/macosx/English.lproj/MainMenu.xib @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> -<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="5056" systemVersion="13F14" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none"> +<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="5056" systemVersion="14A329r" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none"> <dependencies> <deployment version="1060" defaultVersion="1060" identifier="macosx"/> <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="5056"/> @@ -64,18 +64,6 @@ <view key="view" id="2016"> <rect key="frame" x="10" y="25" width="900" height="319"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> - <subviews> - <box title="Box" boxType="oldStyle" borderType="none" titlePosition="noTitle" id="2513"> - <rect key="frame" x="-3" y="17" width="906" height="295"/> - <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> - <view key="contentView"> - <rect key="frame" x="0.0" y="0.0" width="906" height="295"/> - <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> - </view> - <color key="borderColor" white="0.0" alpha="0.41999999999999998" colorSpace="calibratedWhite"/> - <color key="fillColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/> - </box> - </subviews> </view> </tabViewItem> <tabViewItem label="Chapters" identifier="4" id="1989"> @@ -1088,7 +1076,7 @@ DQ <customObject id="240" userLabel="HBController" customClass="HBController"> <connections> <outlet property="fAddPresetPanel" destination="1867" id="1869"/> - <outlet property="fAdvancedView" destination="2513" id="2516"/> + <outlet property="fAdvancedTab" destination="2015" id="4eO-Lg-7cH"/> <outlet property="fAudioTab" destination="1475" id="AuZ-Uf-bla"/> <outlet property="fChaptersTitlesTab" destination="1989" id="oUt-8L-Ag2"/> <outlet property="fDstBrowseButton" destination="1562" id="1578"/> @@ -1100,6 +1088,7 @@ DQ <outlet property="fDstMp4LargeFileCheck" destination="2364" id="4578"/> <outlet property="fDstMp4iPodFileCheck" destination="4967" id="4969"/> <outlet property="fEncodeStartStopPopUp" destination="5513" id="5527"/> + <outlet property="fMainTabView" destination="1474" id="XMU-Vi-8QM"/> <outlet property="fOpenSourceTitleMMenu" destination="2698" id="2700"/> <outlet property="fPresetDrawer" destination="1841" id="1889"/> <outlet property="fPresetNewDesc" destination="2673" id="2674"/> |