diff options
author | ritsuka <[email protected]> | 2014-10-23 08:13:34 +0000 |
---|---|---|
committer | ritsuka <[email protected]> | 2014-10-23 08:13:34 +0000 |
commit | ed4ec257d9efc7254a4cc15e3b24fe8686eb07a2 (patch) | |
tree | 840d50794ba5c02d9521aa3e66553f4720f95b08 /macosx/English.lproj/Preferences.xib | |
parent | f45c16a9421926d0fa5f045161ea95ecc0e5db05 (diff) |
MacGui: made a bunch of labels bigger to make the whole text visible when compiling with the 10.10 sdk.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6457 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/English.lproj/Preferences.xib')
-rw-r--r-- | macosx/English.lproj/Preferences.xib | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/macosx/English.lproj/Preferences.xib b/macosx/English.lproj/Preferences.xib index c85846458..f25dc14fc 100644 --- a/macosx/English.lproj/Preferences.xib +++ b/macosx/English.lproj/Preferences.xib @@ -1,8 +1,9 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> -<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="5056" systemVersion="14A361c" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none"> +<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="6250" systemVersion="14A389" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none"> <dependencies> - <deployment version="1060" defaultVersion="1060" identifier="macosx"/> - <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="5056"/> + <deployment version="1060" identifier="macosx"/> + <development version="5100" identifier="xcode"/> + <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="6250"/> </dependencies> <objects> <customObject id="-2" userLabel="File's Owner" customClass="HBPreferencesController"> @@ -17,7 +18,7 @@ </connections> </customObject> <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/> - <customObject id="-3" userLabel="Application"/> + <customObject id="-3" userLabel="Application" customClass="NSObject"/> <window title="Preferences" allowsToolTipsWhenApplicationIsInactive="NO" showsToolbarButton="NO" visibleAtLaunch="NO" animationBehavior="default" id="5" userLabel="Preferences" customClass="NSPanel"> <windowStyleMask key="styleMask" titled="YES" closable="YES"/> <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/> @@ -31,6 +32,7 @@ <connections> <outlet property="delegate" destination="-2" id="185"/> </connections> + <point key="canvasLocation" x="136" y="-286"/> </window> <userDefaultsController representsSharedInstance="YES" id="61" userLabel="Shared Defaults"/> <customView id="233" userLabel="General"> @@ -102,7 +104,7 @@ </textFieldCell> </textField> <textField verticalHuggingPriority="750" id="383"> - <rect key="frame" x="125" y="343" width="95" height="14"/> + <rect key="frame" x="124" y="343" width="96" height="14"/> <autoresizingMask key="autoresizingMask"/> <textFieldCell key="cell" controlSize="small" sendsActionOnEndEditing="YES" alignment="right" title="Source selection:" id="384"> <font key="font" metaFont="smallSystem"/> @@ -111,7 +113,7 @@ </textFieldCell> </textField> <textField verticalHuggingPriority="750" id="486"> - <rect key="frame" x="125" y="189" width="127" height="14"/> + <rect key="frame" x="124" y="189" width="128" height="14"/> <autoresizingMask key="autoresizingMask"/> <textFieldCell key="cell" controlSize="small" sendsActionOnEndEditing="YES" alignment="right" title="Default MP4 Extension:" id="487"> <font key="font" metaFont="smallSystem"/> @@ -318,6 +320,7 @@ </textFieldCell> </textField> </subviews> + <point key="canvasLocation" x="136" y="107"/> </customView> <customView id="235" userLabel="Audio"> <rect key="frame" x="0.0" y="0.0" width="500" height="136"/> @@ -367,7 +370,7 @@ <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> </textFieldCell> </textField> - <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" setsMaxLayoutWidthAtFirstLayout="YES" id="mbd-FQ-sxW"> + <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" id="mbd-FQ-sxW"> <rect key="frame" x="201" y="18" width="248" height="42"/> <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> <textFieldCell key="cell" controlSize="small" sendsActionOnEndEditing="YES" title="Note: these settings apply only to built-in presets. Use the audio defaults panel for custom presets." id="fIj-Tz-ghb"> |