Skip to content

Commit f87a09d

Browse files
committed
update gitignore
change window size height
1 parent 0aa035a commit f87a09d

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,3 +91,5 @@ iOSInjectionProject/
9191

9292
__MACOSX
9393
.DS_Store
94+
.zhistory
95+

Base.lproj/MainMenu.xib

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@
222222
<window title="SubnetCalc" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" animationBehavior="default" id="371">
223223
<windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" resizable="YES"/>
224224
<rect key="contentRect" x="0.0" y="0.0" width="670" height="694"/>
225-
<rect key="screenRect" x="0.0" y="0.0" width="1440" height="900"/>
225+
<rect key="screenRect" x="0.0" y="0.0" width="1440" height="875"/>
226226
<value key="minSize" type="size" width="670" height="694"/>
227227
<view key="contentView" id="372">
228228
<rect key="frame" x="0.0" y="0.0" width="670" height="694"/>
@@ -973,7 +973,7 @@
973973
<textField identifier="subnetsFLSM" horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="ElZ-gK-5iz">
974974
<rect key="frame" x="147" y="551" width="100" height="16"/>
975975
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMinY="YES"/>
976-
<textFieldCell key="cell" lineBreakMode="truncatingTail" selectable="YES" alignment="center" title="?" id="ze9-O6-tXc">
976+
<textFieldCell key="cell" lineBreakMode="truncatingTail" selectable="YES" alignment="center" placeholderString="?" id="ze9-O6-tXc">
977977
<font key="font" metaFont="systemBold"/>
978978
<color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
979979
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
@@ -982,7 +982,7 @@
982982
<textField identifier="hostsBySubnetFLSM" horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="bzk-zA-yUc">
983983
<rect key="frame" x="316" y="551" width="118" height="16"/>
984984
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMinY="YES"/>
985-
<textFieldCell key="cell" lineBreakMode="truncatingTail" selectable="YES" alignment="center" title="?" id="lpb-S3-crC">
985+
<textFieldCell key="cell" lineBreakMode="truncatingTail" selectable="YES" alignment="center" placeholderString="?" id="lpb-S3-crC">
986986
<font key="font" metaFont="systemBold"/>
987987
<color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
988988
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
@@ -999,7 +999,7 @@
999999
<textField identifier="maxHostsFLSM" horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="6wQ-m8-CJC">
10001000
<rect key="frame" x="520" y="551" width="100" height="16"/>
10011001
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMinY="YES"/>
1002-
<textFieldCell key="cell" lineBreakMode="clipping" selectable="YES" alignment="center" title="?" id="gVI-i9-MwQ">
1002+
<textFieldCell key="cell" lineBreakMode="clipping" selectable="YES" alignment="center" placeholderString="?" id="gVI-i9-MwQ">
10031003
<font key="font" metaFont="systemBold"/>
10041004
<color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
10051005
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>

0 commit comments

Comments
 (0)