diff options
author | ritsuka <[email protected]> | 2014-12-20 18:57:23 +0000 |
---|---|---|
committer | ritsuka <[email protected]> | 2014-12-20 18:57:23 +0000 |
commit | 4700bb93498dfdc13aa3b5ca1ecd457c409962c7 (patch) | |
tree | 166e77ae868beb0002c129704b010a462b0ec951 | |
parent | f1846aaeac294291862156447bff495c1f016613 (diff) |
MacGui: fix a warning.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6629 b64f7644-9d1e-0410-96f1-a4d463321fa5
-rw-r--r-- | macosx/English.lproj/Video.xib | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/macosx/English.lproj/Video.xib b/macosx/English.lproj/Video.xib index 1f74ea8fa..3ef74c34f 100644 --- a/macosx/English.lproj/Video.xib +++ b/macosx/English.lproj/Video.xib @@ -86,8 +86,8 @@ <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> </textFieldCell> <connections> - <binding destination="-2" name="value" keyPath="self.video.quality" id="tMZ-Xb-TuF"/> <binding destination="-2" name="textColor" keyPath="self.labelColor" id="EsL-F5-tAO"/> + <binding destination="-2" name="value" keyPath="self.video.quality" id="tMZ-Xb-TuF"/> </connections> </textField> <textField verticalHuggingPriority="750" id="gPF-Jh-4d0"> @@ -540,8 +540,8 @@ Set this if your device is struggling to play the output (dropped frames).</stri <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> </textFieldCell> <connections> - <binding destination="-2" name="value" keyPath="self.video.preset" id="yix-Fd-Qfi"/> <binding destination="-2" name="textColor" keyPath="self.labelColor" id="Dpc-uO-tKp"/> + <binding destination="-2" name="value" keyPath="self.video.preset" id="yix-Fd-Qfi"/> </connections> </textField> <button toolTip="Use Advanced Options tab for x264 settings. Use at your own risk!" id="Zs7-1Y-50A"> @@ -556,7 +556,7 @@ Set this if your device is struggling to play the output (dropped frames).</stri <binding destination="-2" name="value" keyPath="self.video.advancedOptions" id="sQg-ab-NdN"/> </connections> </button> - <textField verticalHuggingPriority="750" setsMaxLayoutWidthAtFirstLayout="YES" id="wk1-2U-z4i"> + <textField verticalHuggingPriority="750" id="wk1-2U-z4i"> <rect key="frame" x="18" y="0.0" width="883" height="29"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/> <textFieldCell key="cell" lineBreakMode="charWrapping" selectable="YES" sendsActionOnEndEditing="YES" alignment="left" title="Unparse:" id="G8P-IF-mpl"> |