Skip to content
This repository has been archived by the owner on Oct 22, 2022. It is now read-only.

Commit

Permalink
Add NumberFormatters to port and timeout text fields
Browse files Browse the repository at this point in the history
  • Loading branch information
dotWee committed Oct 20, 2018
1 parent e60f0ac commit aa05232
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions Shortcuts for Pi-hole/MainWindow/Main.storyboard
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,9 @@
<textField key="contentView" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="PO0-Ea-Adz" userLabel="HostPortTextField">
<rect key="frame" x="110" y="30" width="140" height="22"/>
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" placeholderString="80" bezelStyle="round" id="ofJ-9Z-p0M" userLabel="Host Port">
<numberFormatter key="formatter" formatterBehavior="default10_4" numberStyle="decimal" minimumIntegerDigits="1" maximumIntegerDigits="2000000000" maximumFractionDigits="3" id="yWi-O3-t13"/>
<numberFormatter key="formatter" formatterBehavior="custom10_4" allowsFloats="NO" groupingSize="0" minimumIntegerDigits="0" maximumIntegerDigits="42" decimalSeparator="," groupingSeparator="." id="YJt-Mv-lmW">
<real key="minimum" value="0.0"/>
</numberFormatter>
<font key="font" metaFont="system"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
Expand Down Expand Up @@ -197,7 +199,10 @@
<textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="9J8-8f-bsa" userLabel="TimeoutTextField">
<rect key="frame" x="200" y="12" width="70" height="22"/>
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" placeholderString="10" bezelStyle="round" id="VYV-jc-KAb">
<numberFormatter key="formatter" formatterBehavior="default10_4" numberStyle="decimal" minimumIntegerDigits="1" maximumIntegerDigits="2000000000" maximumFractionDigits="3" id="eBm-Bc-R78"/>
<numberFormatter key="formatter" formatterBehavior="custom10_4" allowsFloats="NO" usesGroupingSeparator="NO" groupingSize="0" minimumIntegerDigits="0" maximumIntegerDigits="42" id="uOF-h6-AFv">
<real key="minimum" value="0.0"/>
<real key="maximum" value="3600"/>
</numberFormatter>
<font key="font" metaFont="system"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
Expand Down

0 comments on commit aa05232

Please sign in to comment.