diff options
author | ritsuka <[email protected]> | 2014-08-25 09:20:48 +0000 |
---|---|---|
committer | ritsuka <[email protected]> | 2014-08-25 09:20:48 +0000 |
commit | 35af0a82b875f48f59de07f2c47183110bb7c92f (patch) | |
tree | 7019e29ae64e3724a08c56f629f5fb161eab6879 /macosx | |
parent | c89e0d23ed80fda4fc9985582046664d5991c34c (diff) |
MacGui: added a note in the prefs audio tab about the native languages and custom/builtin presets.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6356 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx')
-rw-r--r-- | macosx/English.lproj/Preferences.xib | 19 |
1 files changed, 14 insertions, 5 deletions
diff --git a/macosx/English.lproj/Preferences.xib b/macosx/English.lproj/Preferences.xib index 3122bf98a..5139b6d11 100644 --- a/macosx/English.lproj/Preferences.xib +++ b/macosx/English.lproj/Preferences.xib @@ -320,11 +320,11 @@ </subviews> </customView> <customView id="235" userLabel="Audio"> - <rect key="frame" x="0.0" y="0.0" width="500" height="88"/> + <rect key="frame" x="0.0" y="0.0" width="500" height="136"/> <autoresizingMask key="autoresizingMask"/> <subviews> <comboBox verticalHuggingPriority="750" id="253"> - <rect key="frame" x="203" y="47" width="247" height="22"/> + <rect key="frame" x="203" y="95" width="247" height="22"/> <autoresizingMask key="autoresizingMask"/> <comboBoxCell key="cell" controlSize="small" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" title="English" drawsBackground="YES" numberOfVisibleItems="10" id="316"> <font key="font" metaFont="smallSystem"/> @@ -337,7 +337,7 @@ </connections> </comboBox> <textField verticalHuggingPriority="750" id="252"> - <rect key="frame" x="18" y="51" width="179" height="14"/> + <rect key="frame" x="18" y="99" width="179" height="14"/> <autoresizingMask key="autoresizingMask"/> <textFieldCell key="cell" controlSize="small" sendsActionOnEndEditing="YES" alignment="right" title="Native Language:" id="315"> <font key="font" metaFont="smallSystem"/> @@ -346,7 +346,7 @@ </textFieldCell> </textField> <comboBox verticalHuggingPriority="750" id="508"> - <rect key="frame" x="203" y="16" width="247" height="22"/> + <rect key="frame" x="203" y="64" width="247" height="22"/> <autoresizingMask key="autoresizingMask"/> <comboBoxCell key="cell" controlSize="small" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" drawsBackground="YES" numberOfVisibleItems="10" id="511"> <font key="font" metaFont="smallSystem"/> @@ -359,7 +359,7 @@ </connections> </comboBox> <textField verticalHuggingPriority="750" id="509"> - <rect key="frame" x="52" y="20" width="145" height="14"/> + <rect key="frame" x="52" y="68" width="145" height="14"/> <autoresizingMask key="autoresizingMask"/> <textFieldCell key="cell" controlSize="small" sendsActionOnEndEditing="YES" alignment="right" title="Alternate Language:" id="510"> <font key="font" metaFont="smallSystem"/> @@ -367,6 +367,15 @@ <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> </textFieldCell> </textField> + <textField appearanceType="aqua" horizontalHuggingPriority="251" verticalHuggingPriority="750" setsMaxLayoutWidthAtFirstLayout="YES" id="mbd-FQ-sxW"> + <rect key="frame" x="201" y="18" width="248" height="42"/> + <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> + <textFieldCell key="cell" controlSize="small" sendsActionOnEndEditing="YES" title="Note: this settings applies only to build-in presets. Use the audio defaults panel for custom presets." id="fIj-Tz-ghb"> + <font key="font" metaFont="smallSystem"/> + <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/> + <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> + </textFieldCell> + </textField> </subviews> </customView> <customView id="236" userLabel="Advanced"> |