diff options
author | Teddy Wing | 2018-10-08 17:21:04 +0200 |
---|---|---|
committer | Teddy Wing | 2018-10-08 17:21:04 +0200 |
commit | 6e9372ca64d9d33195caae6a37b3ad778ab75ca7 (patch) | |
tree | 626928a5c0b499f5cb224545661dec0bad22ec7c /Word Count/Base.lproj/MainMenu.xib | |
parent | e627e55bc24355cf33fff2aceb704298085bc681 (diff) | |
download | Word-Count-6e9372ca64d9d33195caae6a37b3ad778ab75ca7.tar.bz2 |
MainMenu.xib: Extend width of count labels
Previously they were only a single digit wide. Extend them to reach the
right edge of the window to allow large numbers to be displayed
correctly.
Diffstat (limited to 'Word Count/Base.lproj/MainMenu.xib')
-rw-r--r-- | Word Count/Base.lproj/MainMenu.xib | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/Word Count/Base.lproj/MainMenu.xib b/Word Count/Base.lproj/MainMenu.xib index 0d6a082..d2e0eaa 100644 --- a/Word Count/Base.lproj/MainMenu.xib +++ b/Word Count/Base.lproj/MainMenu.xib @@ -15,7 +15,10 @@ <customObject id="-3" userLabel="Application" customClass="NSObject"/> <customObject id="Voe-Tx-rLC" customClass="AppDelegate"> <connections> + <outlet property="theCharacters" destination="ui1-8F-1Zd" id="E9n-Tu-7Mr"/> + <outlet property="theParagraphs" destination="nG7-aL-qge" id="X57-qu-KaS"/> <outlet property="theWindow" destination="QvC-M9-y7g" id="gIp-Ho-8D9"/> + <outlet property="theWords" destination="ASh-HP-psD" id="8om-Az-hC2"/> </connections> </customObject> <customObject id="YLy-65-1bz" customClass="NSFontManager"/> @@ -695,7 +698,13 @@ <buttonCell key="cell" type="push" title="OK" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="k22-Kw-fw7"> <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> <font key="font" metaFont="system"/> + <string key="keyEquivalent" base64-UTF8="YES"> +DQ +</string> </buttonCell> + <connections> + <action selector="terminate:" target="-2" id="Ilb-eB-Pbm"/> + </connections> </button> <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="ExU-Hv-Wrt"> <rect key="frame" x="117" y="104" width="97" height="17"/> @@ -725,7 +734,7 @@ </textFieldCell> </textField> <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="ui1-8F-1Zd"> - <rect key="frame" x="218" y="104" width="13" height="17"/> + <rect key="frame" x="218" y="104" width="190" height="17"/> <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="0" id="kdX-Cl-um6"> <font key="font" metaFont="system"/> @@ -734,7 +743,7 @@ </textFieldCell> </textField> <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="nG7-aL-qge"> - <rect key="frame" x="218" y="50" width="13" height="17"/> + <rect key="frame" x="218" y="50" width="190" height="17"/> <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="0" id="kPs-7r-719"> <font key="font" metaFont="system"/> @@ -743,7 +752,7 @@ </textFieldCell> </textField> <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="ASh-HP-psD"> - <rect key="frame" x="218" y="77" width="13" height="17"/> + <rect key="frame" x="218" y="77" width="190" height="17"/> <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="0" id="AoQ-xT-T2i"> <font key="font" metaFont="system"/> |