diff options
author | ritsuka <[email protected]> | 2014-11-03 06:44:44 +0000 |
---|---|---|
committer | ritsuka <[email protected]> | 2014-11-03 06:44:44 +0000 |
commit | cc756783ca57a2aa20f5c07063cf237de0ae0c03 (patch) | |
tree | ec1f5c774ca346202c4e05c63be739fe119baafa /macosx | |
parent | f61c65a1b0654fb3569b0cc82fad001db635c370 (diff) |
MacGui: made the x264 unparse label selectable.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6502 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx')
-rw-r--r-- | macosx/English.lproj/Video.xib | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/macosx/English.lproj/Video.xib b/macosx/English.lproj/Video.xib index cb300d4ba..9890b4c40 100644 --- a/macosx/English.lproj/Video.xib +++ b/macosx/English.lproj/Video.xib @@ -439,7 +439,7 @@ Set this if your device is struggling to play the output (dropped frames).</stri <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" sendsActionOnEndEditing="YES" alignment="left" title="Unparse:" id="G8P-IF-mpl"> + <textFieldCell key="cell" selectable="YES" sendsActionOnEndEditing="YES" alignment="left" title="Unparse:" id="G8P-IF-mpl"> <font key="font" metaFont="smallSystem"/> <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> @@ -487,6 +487,7 @@ Set this if your device is struggling to play the output (dropped frames).</stri </textFieldCell> </textField> </subviews> + <point key="canvasLocation" x="185" y="727"/> </customView> </objects> </document> |