diff options
author | ritsuka <[email protected]> | 2014-11-13 07:32:51 +0000 |
---|---|---|
committer | ritsuka <[email protected]> | 2014-11-13 07:32:51 +0000 |
commit | 3fd57cfb1c18b78a7f4c08172c5ba144eb1171aa (patch) | |
tree | c06cf77d63ab67209d6be353242c1978ea01a9c4 /macosx | |
parent | 90db70b0835ce29617e64b28170fd4dc5dd5d24c (diff) |
MacGui: fixed another label size due to the Helvetica/Lucida Grande differences.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6516 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx')
-rw-r--r-- | macosx/English.lproj/Preferences.xib | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/macosx/English.lproj/Preferences.xib b/macosx/English.lproj/Preferences.xib index d18e96fbc..4f9aed009 100644 --- a/macosx/English.lproj/Preferences.xib +++ b/macosx/English.lproj/Preferences.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="6250" systemVersion="14A389" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none"> +<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="6250" systemVersion="14B23" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none"> <dependencies> <deployment version="1060" identifier="macosx"/> <development version="5100" identifier="xcode"/> @@ -315,12 +315,12 @@ <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> <textFieldCell key="cell" controlSize="small" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Drag to the above format field to add" id="dQ6-Dh-9sD"> <font key="font" metaFont="smallSystem"/> - <color key="textColor" name="disabledControlTextColor" catalog="System" colorSpace="catalog"/> + <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/> <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> </textFieldCell> </textField> </subviews> - <point key="canvasLocation" x="101" y="-370"/> + <point key="canvasLocation" x="-82" y="-471"/> </customView> <customView id="235" userLabel="Audio"> <rect key="frame" x="0.0" y="0.0" width="500" height="136"/> @@ -514,7 +514,7 @@ </textFieldCell> </textField> <textField verticalHuggingPriority="750" id="463"> - <rect key="frame" x="126" y="196" width="171" height="14"/> + <rect key="frame" x="118" y="195" width="179" height="14"/> <autoresizingMask key="autoresizingMask"/> <textFieldCell key="cell" controlSize="small" sendsActionOnEndEditing="YES" alignment="right" title="Minimum length of title to scan:" id="464"> <font key="font" metaFont="smallSystem"/> @@ -620,7 +620,7 @@ </connections> </popUpButton> </subviews> - <point key="canvasLocation" x="101" y="71"/> + <point key="canvasLocation" x="-50" y="-68"/> </customView> <customObject id="410" userLabel="Updater" customClass="SUUpdater"/> </objects> |