diff options
author | Damiano Galassi <[email protected]> | 2019-10-11 11:02:39 +0200 |
---|---|---|
committer | Damiano Galassi <[email protected]> | 2019-10-11 11:02:39 +0200 |
commit | b08716f5f7f9d31f78a110ece950bc2ecd25d911 (patch) | |
tree | fde68fa03162612feb21b78a4dbc28e56af0e401 /macosx | |
parent | f834eeb8d9ef6ae7376fe247fba5698eb3938bf7 (diff) |
MacGui: decrease the minimum height of the unparse label.
Diffstat (limited to 'macosx')
-rw-r--r-- | macosx/Base.lproj/Video.xib | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx/Base.lproj/Video.xib b/macosx/Base.lproj/Video.xib index 60af4046e..e25ae1382 100644 --- a/macosx/Base.lproj/Video.xib +++ b/macosx/Base.lproj/Video.xib @@ -533,10 +533,10 @@ Syntax: option-1=foo:opt2=bar,baz</string> <binding destination="-2" name="value" keyPath="self.video.preset" id="pVA-9B-hDu"/> </connections> </textField> - <textField toolTip="Displays all internal video encoder options." horizontalHuggingPriority="240" verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="1000" translatesAutoresizingMaskIntoConstraints="NO" id="dwn-bf-Ua0"> + <textField toolTip="Displays all internal video encoder options." horizontalHuggingPriority="240" horizontalCompressionResistancePriority="250" allowsCharacterPickerTouchBarItem="YES" preferredMaxLayoutWidth="1000" translatesAutoresizingMaskIntoConstraints="NO" id="dwn-bf-Ua0"> <rect key="frame" x="18" y="12" width="884" height="50"/> <constraints> - <constraint firstAttribute="height" relation="greaterThanOrEqual" constant="50" id="aXf-QV-oea"/> + <constraint firstAttribute="height" relation="greaterThanOrEqual" constant="22" id="aXf-QV-oea"/> </constraints> <textFieldCell key="cell" lineBreakMode="charWrapping" selectable="YES" sendsActionOnEndEditing="YES" alignment="left" title="Unparse:" id="CLk-dp-1b7"> <font key="font" metaFont="controlContent" size="11"/> |