|
@@ -6,6 +6,9 @@
|
6
|
6
|
<objects>
|
7
|
7
|
<customObject id="-2" userLabel="File's Owner" customClass="PrefController">
|
8
|
8
|
<connections>
|
|
9
|
+ <outlet property="lengthField" destination="MAv-jO-hIv" id="tbQ-UG-2ew"/>
|
|
10
|
+ <outlet property="lengthFormat" destination="zpc-oG-upp" id="AKk-rK-pM3"/>
|
|
11
|
+ <outlet property="lengthStepper" destination="jxz-fQ-M1L" id="NK5-G4-9UJ"/>
|
9
|
12
|
<outlet property="password" destination="ARP-lb-J16" id="EDd-om-ciF"/>
|
10
|
13
|
<outlet property="subreddits" destination="EhP-FS-8dT" id="td1-kv-jQm"/>
|
11
|
14
|
<outlet property="subscriptions" destination="vW5-Cp-Bm1" id="gja-K0-7Uh"/>
|
|
@@ -18,14 +21,14 @@
|
18
|
21
|
<window title="Reddit Bar Preferences" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" restorable="NO" oneShot="NO" releasedWhenClosed="NO" wantsToBeColor="NO" animationBehavior="default" id="1">
|
19
|
22
|
<windowStyleMask key="styleMask" titled="YES" closable="YES"/>
|
20
|
23
|
<windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
|
21
|
|
- <rect key="contentRect" x="196" y="240" width="340" height="320"/>
|
|
24
|
+ <rect key="contentRect" x="196" y="240" width="340" height="339"/>
|
22
|
25
|
<rect key="screenRect" x="0.0" y="0.0" width="1920" height="1058"/>
|
23
|
26
|
<view key="contentView" id="2">
|
24
|
|
- <rect key="frame" x="0.0" y="0.0" width="340" height="320"/>
|
|
27
|
+ <rect key="frame" x="0.0" y="0.0" width="340" height="339"/>
|
25
|
28
|
<autoresizingMask key="autoresizingMask"/>
|
26
|
29
|
<subviews>
|
27
|
|
- <textField verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="0mi-88-o94">
|
28
|
|
- <rect key="frame" x="120" y="280" width="200" height="22"/>
|
|
30
|
+ <textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="0mi-88-o94">
|
|
31
|
+ <rect key="frame" x="120" y="299" width="200" height="22"/>
|
29
|
32
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
30
|
33
|
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" drawsBackground="YES" id="xlI-hU-MqM">
|
31
|
34
|
<font key="font" metaFont="system"/>
|
|
@@ -33,17 +36,20 @@
|
33
|
36
|
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
|
34
|
37
|
</textFieldCell>
|
35
|
38
|
</textField>
|
36
|
|
- <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="f72-fM-yQc">
|
37
|
|
- <rect key="frame" x="18" y="283" width="96" height="17"/>
|
|
39
|
+ <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="f72-fM-yQc">
|
|
40
|
+ <rect key="frame" x="18" y="302" width="96" height="17"/>
|
38
|
41
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
|
42
|
+ <constraints>
|
|
43
|
+ <constraint firstAttribute="width" constant="92" id="NaA-TF-vqk"/>
|
|
44
|
+ </constraints>
|
39
|
45
|
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right" title="Username: " id="GTO-OP-MYS">
|
40
|
46
|
<font key="font" metaFont="system"/>
|
41
|
47
|
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
42
|
48
|
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
|
43
|
49
|
</textFieldCell>
|
44
|
50
|
</textField>
|
45
|
|
- <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="JMQ-a6-DKC">
|
46
|
|
- <rect key="frame" x="18" y="251" width="96" height="17"/>
|
|
51
|
+ <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="JMQ-a6-DKC">
|
|
52
|
+ <rect key="frame" x="18" y="270" width="96" height="17"/>
|
47
|
53
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
48
|
54
|
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right" title="Password:" id="m11-YF-fEa">
|
49
|
55
|
<font key="font" metaFont="system"/>
|
|
@@ -51,8 +57,20 @@
|
51
|
57
|
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
|
52
|
58
|
</textFieldCell>
|
53
|
59
|
</textField>
|
54
|
|
- <secureTextField verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="ARP-lb-J16">
|
55
|
|
- <rect key="frame" x="120" y="248" width="200" height="22"/>
|
|
60
|
+ <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="qFP-pd-32c">
|
|
61
|
+ <rect key="frame" x="6" y="52" width="96" height="17"/>
|
|
62
|
+ <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
|
63
|
+ <constraints>
|
|
64
|
+ <constraint firstAttribute="width" constant="92" id="y5l-ux-awZ"/>
|
|
65
|
+ </constraints>
|
|
66
|
+ <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right" title="Items:" id="FNJ-RL-DXT">
|
|
67
|
+ <font key="font" metaFont="system"/>
|
|
68
|
+ <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
|
69
|
+ <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
|
|
70
|
+ </textFieldCell>
|
|
71
|
+ </textField>
|
|
72
|
+ <secureTextField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="ARP-lb-J16">
|
|
73
|
+ <rect key="frame" x="120" y="267" width="200" height="22"/>
|
56
|
74
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
57
|
75
|
<secureTextFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" drawsBackground="YES" usesSingleLineMode="YES" id="We7-pG-rAt">
|
58
|
76
|
<font key="font" metaFont="system"/>
|
|
@@ -63,9 +81,12 @@
|
63
|
81
|
</allowedInputSourceLocales>
|
64
|
82
|
</secureTextFieldCell>
|
65
|
83
|
</secureTextField>
|
66
|
|
- <button verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="qwZ-cF-1JN">
|
|
84
|
+ <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="qwZ-cF-1JN">
|
67
|
85
|
<rect key="frame" x="224" y="13" width="102" height="32"/>
|
68
|
86
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
|
87
|
+ <constraints>
|
|
88
|
+ <constraint firstAttribute="width" constant="90" id="6O3-yW-gA0"/>
|
|
89
|
+ </constraints>
|
69
|
90
|
<buttonCell key="cell" type="push" title="Save" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="Mqa-FJ-C43">
|
70
|
91
|
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
71
|
92
|
<font key="font" metaFont="system"/>
|
|
@@ -74,9 +95,12 @@
|
74
|
95
|
<action selector="buttonSave:" target="-2" id="thy-nQ-Nld"/>
|
75
|
96
|
</connections>
|
76
|
97
|
</button>
|
77
|
|
- <button verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="vO2-NN-i1n">
|
|
98
|
+ <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="vO2-NN-i1n">
|
78
|
99
|
<rect key="frame" x="14" y="13" width="102" height="32"/>
|
79
|
100
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
|
101
|
+ <constraints>
|
|
102
|
+ <constraint firstAttribute="width" constant="90" id="ZXJ-Cb-INd"/>
|
|
103
|
+ </constraints>
|
80
|
104
|
<buttonCell key="cell" type="push" title="Cancel" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="TjO-Z6-Vng">
|
81
|
105
|
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
82
|
106
|
<font key="font" metaFont="system"/>
|
|
@@ -88,8 +112,8 @@ Gw
|
88
|
112
|
<action selector="performClose:" target="1" id="A62-EW-ZrT"/>
|
89
|
113
|
</connections>
|
90
|
114
|
</button>
|
91
|
|
- <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="R9P-ZH-hHZ">
|
92
|
|
- <rect key="frame" x="18" y="216" width="96" height="17"/>
|
|
115
|
+ <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="R9P-ZH-hHZ">
|
|
116
|
+ <rect key="frame" x="18" y="235" width="96" height="17"/>
|
93
|
117
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
94
|
118
|
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right" title="Subreddits:" id="Cmr-7n-CaG">
|
95
|
119
|
<font key="font" metaFont="system"/>
|
|
@@ -97,21 +121,21 @@ Gw
|
97
|
121
|
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
|
98
|
122
|
</textFieldCell>
|
99
|
123
|
</textField>
|
100
|
|
- <scrollView fixedFrame="YES" horizontalLineScroll="10" horizontalPageScroll="10" verticalLineScroll="10" verticalPageScroll="10" hasHorizontalScroller="NO" usesPredominantAxisScrolling="NO" translatesAutoresizingMaskIntoConstraints="NO" id="8ew-wY-1Yh">
|
101
|
|
- <rect key="frame" x="20" y="61" width="300" height="147"/>
|
|
124
|
+ <scrollView horizontalLineScroll="10" horizontalPageScroll="10" verticalLineScroll="10" verticalPageScroll="10" hasHorizontalScroller="NO" usesPredominantAxisScrolling="NO" translatesAutoresizingMaskIntoConstraints="NO" id="8ew-wY-1Yh">
|
|
125
|
+ <rect key="frame" x="20" y="77" width="300" height="150"/>
|
102
|
126
|
<autoresizingMask key="autoresizingMask"/>
|
103
|
|
- <clipView key="contentView" ambiguous="YES" misplaced="YES" copiesOnScroll="NO" id="ENU-Jw-8fO">
|
104
|
|
- <rect key="frame" x="1" y="1" width="298" height="145"/>
|
|
127
|
+ <clipView key="contentView" copiesOnScroll="NO" id="ENU-Jw-8fO">
|
|
128
|
+ <rect key="frame" x="1" y="1" width="298" height="148"/>
|
105
|
129
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
106
|
130
|
<subviews>
|
107
|
|
- <textView ambiguous="YES" editable="NO" importsGraphics="NO" richText="NO" findStyle="panel" allowsUndo="YES" verticallyResizable="YES" allowsNonContiguousLayout="YES" id="EhP-FS-8dT">
|
108
|
|
- <rect key="frame" x="0.0" y="0.0" width="298" height="145"/>
|
|
131
|
+ <textView editable="NO" importsGraphics="NO" richText="NO" findStyle="panel" allowsUndo="YES" verticallyResizable="YES" allowsNonContiguousLayout="YES" id="EhP-FS-8dT">
|
|
132
|
+ <rect key="frame" x="0.0" y="0.0" width="298" height="148"/>
|
109
|
133
|
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
110
|
134
|
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
|
111
|
|
- <size key="minSize" width="298" height="145"/>
|
|
135
|
+ <size key="minSize" width="298" height="148"/>
|
112
|
136
|
<size key="maxSize" width="463" height="10000000"/>
|
113
|
137
|
<color key="insertionPointColor" white="0.0" alpha="1" colorSpace="calibratedWhite"/>
|
114
|
|
- <size key="minSize" width="298" height="145"/>
|
|
138
|
+ <size key="minSize" width="298" height="148"/>
|
115
|
139
|
<size key="maxSize" width="463" height="10000000"/>
|
116
|
140
|
</textView>
|
117
|
141
|
</subviews>
|
|
@@ -122,12 +146,12 @@ Gw
|
122
|
146
|
<autoresizingMask key="autoresizingMask"/>
|
123
|
147
|
</scroller>
|
124
|
148
|
<scroller key="verticalScroller" verticalHuggingPriority="750" doubleValue="1" horizontal="NO" id="z7j-r6-B6f">
|
125
|
|
- <rect key="frame" x="283" y="1" width="16" height="145"/>
|
|
149
|
+ <rect key="frame" x="283" y="1" width="16" height="148"/>
|
126
|
150
|
<autoresizingMask key="autoresizingMask"/>
|
127
|
151
|
</scroller>
|
128
|
152
|
</scrollView>
|
129
|
|
- <button fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="XZM-90-hQ8">
|
130
|
|
- <rect key="frame" x="118" y="215" width="204" height="18"/>
|
|
153
|
+ <button translatesAutoresizingMaskIntoConstraints="NO" id="XZM-90-hQ8">
|
|
154
|
+ <rect key="frame" x="118" y="234" width="204" height="18"/>
|
131
|
155
|
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
132
|
156
|
<buttonCell key="cell" type="check" title="Subscriptions" bezelStyle="regularSquare" imagePosition="left" state="on" inset="2" id="vW5-Cp-Bm1">
|
133
|
157
|
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
|
|
@@ -137,8 +161,76 @@ Gw
|
137
|
161
|
<action selector="toggleSubs:" target="-2" id="TPd-6W-xQv"/>
|
138
|
162
|
</connections>
|
139
|
163
|
</button>
|
|
164
|
+ <textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="MAv-jO-hIv">
|
|
165
|
+ <rect key="frame" x="120" y="49" width="96" height="22"/>
|
|
166
|
+ <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
|
167
|
+ <constraints>
|
|
168
|
+ <constraint firstAttribute="width" constant="96" id="Q7V-Gm-EfI"/>
|
|
169
|
+ </constraints>
|
|
170
|
+ <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" alignment="right" title="10" drawsBackground="YES" id="0SD-Tf-uZS">
|
|
171
|
+ <font key="font" metaFont="system"/>
|
|
172
|
+ <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
|
|
173
|
+ <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
|
|
174
|
+ </textFieldCell>
|
|
175
|
+ <connections>
|
|
176
|
+ <action selector="lengthDidChange:" target="-2" id="fU0-l2-dIz"/>
|
|
177
|
+ <outlet property="formatter" destination="zpc-oG-upp" id="cw1-hM-34K"/>
|
|
178
|
+ </connections>
|
|
179
|
+ </textField>
|
|
180
|
+ <stepper horizontalHuggingPriority="750" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="jxz-fQ-M1L">
|
|
181
|
+ <rect key="frame" x="221" y="46" width="19" height="27"/>
|
|
182
|
+ <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
|
183
|
+ <stepperCell key="cell" continuous="YES" alignment="left" maxValue="100" id="Gba-jV-Ouh"/>
|
|
184
|
+ <connections>
|
|
185
|
+ <action selector="lengthDidChange:" target="-2" id="CJm-58-seM"/>
|
|
186
|
+ </connections>
|
|
187
|
+ </stepper>
|
140
|
188
|
</subviews>
|
|
189
|
+ <constraints>
|
|
190
|
+ <constraint firstItem="f72-fM-yQc" firstAttribute="top" secondItem="2" secondAttribute="top" constant="20" symbolic="YES" id="29D-Aw-Hsq"/>
|
|
191
|
+ <constraint firstItem="R9P-ZH-hHZ" firstAttribute="leading" secondItem="JMQ-a6-DKC" secondAttribute="leading" id="37a-j4-cea"/>
|
|
192
|
+ <constraint firstItem="qFP-pd-32c" firstAttribute="centerY" secondItem="jxz-fQ-M1L" secondAttribute="centerY" id="7Cf-YA-CG9"/>
|
|
193
|
+ <constraint firstItem="XZM-90-hQ8" firstAttribute="trailing" secondItem="ARP-lb-J16" secondAttribute="trailing" id="7Na-cW-VbT"/>
|
|
194
|
+ <constraint firstItem="8ew-wY-1Yh" firstAttribute="trailing" secondItem="XZM-90-hQ8" secondAttribute="trailing" id="7bq-Le-SlA"/>
|
|
195
|
+ <constraint firstItem="qFP-pd-32c" firstAttribute="top" secondItem="8ew-wY-1Yh" secondAttribute="bottom" constant="8" symbolic="YES" id="7uB-Kt-r8c"/>
|
|
196
|
+ <constraint firstItem="ARP-lb-J16" firstAttribute="leading" secondItem="JMQ-a6-DKC" secondAttribute="trailing" constant="8" symbolic="YES" id="ANm-KU-ah0"/>
|
|
197
|
+ <constraint firstItem="qFP-pd-32c" firstAttribute="centerY" secondItem="MAv-jO-hIv" secondAttribute="centerY" id="C6t-id-Y7F"/>
|
|
198
|
+ <constraint firstItem="0mi-88-o94" firstAttribute="leading" secondItem="f72-fM-yQc" secondAttribute="trailing" constant="8" symbolic="YES" id="DeX-3f-5VX"/>
|
|
199
|
+ <constraint firstItem="R9P-ZH-hHZ" firstAttribute="baseline" secondItem="XZM-90-hQ8" secondAttribute="baseline" id="Dyr-Lq-Ctl"/>
|
|
200
|
+ <constraint firstItem="vO2-NN-i1n" firstAttribute="baseline" secondItem="qwZ-cF-1JN" secondAttribute="baseline" id="Ess-AZ-MVK"/>
|
|
201
|
+ <constraint firstItem="R9P-ZH-hHZ" firstAttribute="leading" secondItem="8ew-wY-1Yh" secondAttribute="leading" id="G3T-Ry-7uZ"/>
|
|
202
|
+ <constraint firstItem="vO2-NN-i1n" firstAttribute="leading" secondItem="8ew-wY-1Yh" secondAttribute="leading" id="IsT-wH-jxK"/>
|
|
203
|
+ <constraint firstAttribute="trailing" secondItem="0mi-88-o94" secondAttribute="trailing" constant="20" symbolic="YES" id="LZn-1N-eno"/>
|
|
204
|
+ <constraint firstItem="f72-fM-yQc" firstAttribute="centerY" secondItem="0mi-88-o94" secondAttribute="centerY" id="LfD-Yu-zn8"/>
|
|
205
|
+ <constraint firstItem="ARP-lb-J16" firstAttribute="leading" secondItem="0mi-88-o94" secondAttribute="leading" id="OYT-lx-Poi"/>
|
|
206
|
+ <constraint firstItem="f72-fM-yQc" firstAttribute="leading" secondItem="2" secondAttribute="leading" constant="20" symbolic="YES" id="OiS-Rj-NBY"/>
|
|
207
|
+ <constraint firstItem="XZM-90-hQ8" firstAttribute="leading" secondItem="R9P-ZH-hHZ" secondAttribute="trailing" constant="8" symbolic="YES" id="VL7-JL-apE"/>
|
|
208
|
+ <constraint firstItem="vO2-NN-i1n" firstAttribute="top" secondItem="qFP-pd-32c" secondAttribute="bottom" constant="11" id="VdU-PT-I2v"/>
|
|
209
|
+ <constraint firstItem="ARP-lb-J16" firstAttribute="leading" secondItem="XZM-90-hQ8" secondAttribute="leading" id="Vre-Lj-q0h"/>
|
|
210
|
+ <constraint firstItem="jxz-fQ-M1L" firstAttribute="leading" secondItem="MAv-jO-hIv" secondAttribute="trailing" constant="8" symbolic="YES" id="Zpj-hy-F01"/>
|
|
211
|
+ <constraint firstItem="ARP-lb-J16" firstAttribute="top" secondItem="0mi-88-o94" secondAttribute="bottom" constant="10" symbolic="YES" id="bI0-EE-Uau"/>
|
|
212
|
+ <constraint firstItem="qFP-pd-32c" firstAttribute="leading" secondItem="2" secondAttribute="leading" constant="8" id="cqi-Wn-sxQ"/>
|
|
213
|
+ <constraint firstItem="f72-fM-yQc" firstAttribute="leading" secondItem="JMQ-a6-DKC" secondAttribute="leading" id="fRq-oc-Xhi"/>
|
|
214
|
+ <constraint firstItem="8ew-wY-1Yh" firstAttribute="top" secondItem="R9P-ZH-hHZ" secondAttribute="bottom" constant="8" symbolic="YES" id="fxf-FX-XZd"/>
|
|
215
|
+ <constraint firstItem="8ew-wY-1Yh" firstAttribute="trailing" secondItem="qwZ-cF-1JN" secondAttribute="trailing" id="gAk-07-mMq"/>
|
|
216
|
+ <constraint firstItem="MAv-jO-hIv" firstAttribute="leading" secondItem="qFP-pd-32c" secondAttribute="trailing" constant="20" id="hJP-mL-zrr"/>
|
|
217
|
+ <constraint firstItem="XZM-90-hQ8" firstAttribute="top" secondItem="ARP-lb-J16" secondAttribute="bottom" constant="17" id="hf0-Vf-fvN"/>
|
|
218
|
+ <constraint firstItem="JMQ-a6-DKC" firstAttribute="centerY" secondItem="ARP-lb-J16" secondAttribute="centerY" id="pYP-d0-eKw"/>
|
|
219
|
+ <constraint firstItem="0mi-88-o94" firstAttribute="trailing" secondItem="ARP-lb-J16" secondAttribute="trailing" id="qtc-EY-7HS"/>
|
|
220
|
+ <constraint firstAttribute="bottom" secondItem="vO2-NN-i1n" secondAttribute="bottom" constant="20" symbolic="YES" id="ynT-D2-t44"/>
|
|
221
|
+ </constraints>
|
141
|
222
|
</view>
|
142
|
223
|
</window>
|
|
224
|
+ <numberFormatter formatterBehavior="10_0" positiveFormat="0" negativeFormat="-0" hasThousandSeparators="NO" thousandSeparator="," id="zpc-oG-upp">
|
|
225
|
+ <attributedString key="attributedStringForZero">
|
|
226
|
+ <fragment content="0"/>
|
|
227
|
+ </attributedString>
|
|
228
|
+ <real key="minimum" value="0.0"/>
|
|
229
|
+ <real key="maximum" value="100"/>
|
|
230
|
+ <metadata>
|
|
231
|
+ <bool key="localizesFormat" value="YES"/>
|
|
232
|
+ <real key="inspectorSampleValue" value="1"/>
|
|
233
|
+ </metadata>
|
|
234
|
+ </numberFormatter>
|
143
|
235
|
</objects>
|
144
|
236
|
</document>
|