diff options
author | ritsuka <[email protected]> | 2014-09-18 16:32:03 +0000 |
---|---|---|
committer | ritsuka <[email protected]> | 2014-09-18 16:32:03 +0000 |
commit | d1fdbb2b1d62cf2b667169f2dd7444d9d5ea791d (patch) | |
tree | 4928736261461b4b8507b37bd1c5442483bbc999 | |
parent | 1512ef4593ce3a1a6241e57248ff424892d46166 (diff) |
MacGui: set a min size and aligned the “Done” button in the Subtitles Defaults window.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6417 b64f7644-9d1e-0410-96f1-a4d463321fa5
-rw-r--r-- | macosx/English.lproj/SubtitlesDefaults.xib | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/macosx/English.lproj/SubtitlesDefaults.xib b/macosx/English.lproj/SubtitlesDefaults.xib index e124d8203..26b50603e 100644 --- a/macosx/English.lproj/SubtitlesDefaults.xib +++ b/macosx/English.lproj/SubtitlesDefaults.xib @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> -<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="5056" systemVersion="13F7" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none"> +<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="5056" systemVersion="14A361c" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none"> <dependencies> - <deployment version="1060" defaultVersion="1090" identifier="macosx"/> + <deployment version="1060" defaultVersion="1060" identifier="macosx"/> <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="5056"/> </dependencies> <objects> @@ -19,6 +19,7 @@ <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/> <rect key="contentRect" x="283" y="305" width="427" height="304"/> <rect key="screenRect" x="0.0" y="0.0" width="2560" height="1418"/> + <value key="minSize" type="size" width="427" height="304"/> <view key="contentView" id="ZP2-Cp-K5w"> <rect key="frame" x="0.0" y="0.0" width="427" height="304"/> <autoresizingMask key="autoresizingMask"/> @@ -167,7 +168,7 @@ </button> <button verticalHuggingPriority="750" id="sC2-52-liU"> <rect key="frame" x="358" y="14" width="54" height="28"/> - <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> + <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/> <buttonCell key="cell" type="push" title="Done" bezelStyle="rounded" alignment="center" controlSize="small" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="kDe-1L-VkD"> <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> <font key="font" metaFont="smallSystem"/> |