diff options
author | Teddy Wing | 2018-10-08 18:32:26 +0200 |
---|---|---|
committer | Teddy Wing | 2018-10-08 18:32:26 +0200 |
commit | d55e24c550c03dfc7d174247d1d96438a62fd4b3 (patch) | |
tree | 6e311877afbc0a1a386863377aff457f7a08994e /Word Count | |
parent | d676974a5a66c6cbb89a1b2cc0333ff1d7acf1cb (diff) | |
download | Word-Count-d55e24c550c03dfc7d174247d1d96438a62fd4b3.tar.bz2 |
MainMenu.xib: Make filename label the width of the window
Otherwise names that were larger than "No File" would be cut off.
Diffstat (limited to 'Word Count')
-rw-r--r-- | Word Count/en.lproj/MainMenu.xib | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Word Count/en.lproj/MainMenu.xib b/Word Count/en.lproj/MainMenu.xib index 5c212cb..4d358de 100644 --- a/Word Count/en.lproj/MainMenu.xib +++ b/Word Count/en.lproj/MainMenu.xib @@ -147,9 +147,9 @@ DQ </textFieldCell> </textField> <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" misplaced="YES" id="TKV-uc-hsD"> - <rect key="frame" x="188" y="132" width="46" height="17"/> + <rect key="frame" x="18" y="132" width="390" height="17"/> <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> - <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="No File" id="hFR-FN-MSp"> + <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="center" title="No File" id="hFR-FN-MSp"> <font key="font" metaFont="system"/> <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/> <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> |