Skip to content

Commit 24fd9a4

Browse files
committed
Removed word wrapping in labels of Preferences
1 parent 2eb87b3 commit 24fd9a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

micSwitch/Views/Base.lproj/Preferences.xib

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<subviews>
2323
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="7hh-aa-Y5Q">
2424
<rect key="frame" x="14" y="151" width="126" height="18"/>
25-
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Mic mute shortcut:" id="UbL-zi-3DQ">
25+
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Mic mute shortcut:" id="UbL-zi-3DQ">
2626
<font key="font" metaFont="menuBar"/>
2727
<color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
2828
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
@@ -37,7 +37,7 @@
3737
</customView>
3838
<button focusRingType="none" translatesAutoresizingMaskIntoConstraints="NO" id="E6I-d4-8kN">
3939
<rect key="frame" x="14" y="96" width="146" height="18"/>
40-
<buttonCell key="cell" type="check" title="Walkie-talkie mode" bezelStyle="regularSquare" imagePosition="left" state="on" focusRingType="none" inset="2" id="M44-Xp-CFN">
40+
<buttonCell key="cell" type="check" title="Walkie-talkie mode" bezelStyle="regularSquare" imagePosition="left" scrollable="YES" lineBreakMode="clipping" state="on" focusRingType="none" inset="2" id="M44-Xp-CFN">
4141
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
4242
<font key="font" metaFont="menuBar"/>
4343
</buttonCell>
@@ -50,7 +50,7 @@
5050
</box>
5151
<button focusRingType="none" translatesAutoresizingMaskIntoConstraints="NO" id="PG6-Z9-td4">
5252
<rect key="frame" x="14" y="49" width="121" height="18"/>
53-
<buttonCell key="cell" type="check" title="Launch at login" bezelStyle="regularSquare" imagePosition="left" state="on" focusRingType="none" inset="2" id="lXX-Br-Gg3">
53+
<buttonCell key="cell" type="check" title="Launch at login" bezelStyle="regularSquare" imagePosition="left" scrollable="YES" lineBreakMode="clipping" state="on" focusRingType="none" inset="2" id="lXX-Br-Gg3">
5454
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
5555
<font key="font" metaFont="menuBar"/>
5656
</buttonCell>

0 commit comments

Comments
 (0)