diff options
author | Teddy Wing | 2018-10-08 18:22:38 +0200 |
---|---|---|
committer | Teddy Wing | 2018-10-08 18:23:46 +0200 |
commit | 0a809e7f7b275d3eff5e93b957183732093f3210 (patch) | |
tree | e99ecd5309109ff8dac8b428caed72c81cb68a4a /Word Count/en.lproj/MainMenu.xib | |
parent | 5be9faa47e5b4f623a0951d99a017aa639252899 (diff) | |
download | Word-Count-0a809e7f7b275d3eff5e93b957183732093f3210.tar.bz2 |
MainMenu.xib: Change filename label to "No File"
Makes it clear that the application wasn't able to find a file to read
from.
Diffstat (limited to 'Word Count/en.lproj/MainMenu.xib')
-rw-r--r-- | Word Count/en.lproj/MainMenu.xib | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Word Count/en.lproj/MainMenu.xib b/Word Count/en.lproj/MainMenu.xib index 4e616c0..5c212cb 100644 --- a/Word Count/en.lproj/MainMenu.xib +++ b/Word Count/en.lproj/MainMenu.xib @@ -146,10 +146,10 @@ DQ <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> </textFieldCell> </textField> - <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" id="TKV-uc-hsD"> - <rect key="frame" x="179" y="132" width="64" height="17"/> + <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" misplaced="YES" id="TKV-uc-hsD"> + <rect key="frame" x="188" y="132" width="46" height="17"/> <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> - <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="File Name" id="hFR-FN-MSp"> + <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" 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"/> |