Browse Source

Fix offset in English pref window

Thomas Buck 8 years ago
parent
commit
150a57757e
2 changed files with 60 additions and 77 deletions
  1. 5
    14
      RedditBar/de.lproj/Prefs.xib
  2. 55
    63
      RedditBar/en.lproj/Prefs.xib

+ 5
- 14
RedditBar/de.lproj/Prefs.xib View File

1
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
1
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
-<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="5056" systemVersion="13E28" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none">
2
+<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="9531" systemVersion="14F1509" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none">
3
     <dependencies>
3
     <dependencies>
4
-        <deployment defaultVersion="1060" identifier="macosx"/>
5
-        <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="5056"/>
4
+        <deployment identifier="macosx"/>
5
+        <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="9531"/>
6
     </dependencies>
6
     </dependencies>
7
     <objects>
7
     <objects>
8
         <customObject id="-2" userLabel="File's Owner" customClass="PrefController">
8
         <customObject id="-2" userLabel="File's Owner" customClass="PrefController">
27
             </connections>
27
             </connections>
28
         </customObject>
28
         </customObject>
29
         <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
29
         <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
30
-        <customObject id="-3" userLabel="Application"/>
30
+        <customObject id="-3" userLabel="Application" customClass="NSObject"/>
31
         <window title="BaconBar Einstellungen" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" restorable="NO" oneShot="NO" releasedWhenClosed="NO" animationBehavior="default" id="1" customClass="PrefWindow">
31
         <window title="BaconBar Einstellungen" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" restorable="NO" oneShot="NO" releasedWhenClosed="NO" animationBehavior="default" id="1" customClass="PrefWindow">
32
             <windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES"/>
32
             <windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES"/>
33
             <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
33
             <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
224
                             <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
224
                             <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
225
                         </textFieldCell>
225
                         </textFieldCell>
226
                     </textField>
226
                     </textField>
227
-                    <box autoresizesSubviews="NO" verticalHuggingPriority="750" title="Box" boxType="separator" titlePosition="noTitle" id="paW-kV-tNF">
227
+                    <box verticalHuggingPriority="750" title="Box" boxType="separator" titlePosition="noTitle" id="paW-kV-tNF">
228
                         <rect key="frame" x="14" y="111" width="316" height="5"/>
228
                         <rect key="frame" x="14" y="111" width="316" height="5"/>
229
                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
229
                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
230
                         <color key="borderColor" white="0.0" alpha="0.41999999999999998" colorSpace="calibratedWhite"/>
230
                         <color key="borderColor" white="0.0" alpha="0.41999999999999998" colorSpace="calibratedWhite"/>
316
             </attributedString>
316
             </attributedString>
317
             <real key="minimum" value="1"/>
317
             <real key="minimum" value="1"/>
318
             <real key="maximum" value="100"/>
318
             <real key="maximum" value="100"/>
319
-            <metadata>
320
-                <real key="inspectorSampleValue" value="1"/>
321
-            </metadata>
322
         </numberFormatter>
319
         </numberFormatter>
323
         <numberFormatter formatterBehavior="10_0" positiveFormat="0" negativeFormat="-0" hasThousandSeparators="NO" thousandSeparator="." id="hDb-Na-Vku">
320
         <numberFormatter formatterBehavior="10_0" positiveFormat="0" negativeFormat="-0" hasThousandSeparators="NO" thousandSeparator="." id="hDb-Na-Vku">
324
             <attributedString key="attributedStringForZero">
321
             <attributedString key="attributedStringForZero">
326
             </attributedString>
323
             </attributedString>
327
             <real key="minimum" value="0.0"/>
324
             <real key="minimum" value="0.0"/>
328
             <real key="maximum" value="140"/>
325
             <real key="maximum" value="140"/>
329
-            <metadata>
330
-                <real key="inspectorSampleValue" value="1"/>
331
-            </metadata>
332
         </numberFormatter>
326
         </numberFormatter>
333
         <numberFormatter formatterBehavior="10_0" positiveFormat="0" negativeFormat="-0" hasThousandSeparators="NO" thousandSeparator="." id="Y11-Cs-X1g">
327
         <numberFormatter formatterBehavior="10_0" positiveFormat="0" negativeFormat="-0" hasThousandSeparators="NO" thousandSeparator="." id="Y11-Cs-X1g">
334
             <attributedString key="attributedStringForZero">
328
             <attributedString key="attributedStringForZero">
336
             </attributedString>
330
             </attributedString>
337
             <real key="minimum" value="1"/>
331
             <real key="minimum" value="1"/>
338
             <decimal key="maximum" value="NaN"/>
332
             <decimal key="maximum" value="NaN"/>
339
-            <metadata>
340
-                <real key="inspectorSampleValue" value="1"/>
341
-            </metadata>
342
         </numberFormatter>
333
         </numberFormatter>
343
         <menu title="Hauptmenü" systemMenu="main" id="IWp-hb-gSM">
334
         <menu title="Hauptmenü" systemMenu="main" id="IWp-hb-gSM">
344
             <items>
335
             <items>

+ 55
- 63
RedditBar/en.lproj/Prefs.xib View File

1
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
1
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
-<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="5056" systemVersion="13D65" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none">
2
+<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="9531" systemVersion="14F1509" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none">
3
     <dependencies>
3
     <dependencies>
4
-        <deployment defaultVersion="1060" identifier="macosx"/>
5
-        <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="5056"/>
4
+        <deployment identifier="macosx"/>
5
+        <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="9531"/>
6
     </dependencies>
6
     </dependencies>
7
     <objects>
7
     <objects>
8
         <customObject id="-2" userLabel="File's Owner" customClass="PrefController">
8
         <customObject id="-2" userLabel="File's Owner" customClass="PrefController">
27
             </connections>
27
             </connections>
28
         </customObject>
28
         </customObject>
29
         <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
29
         <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
30
-        <customObject id="-3" userLabel="Application"/>
30
+        <customObject id="-3" userLabel="Application" customClass="NSObject"/>
31
         <window title="BaconBar Preferences" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" restorable="NO" oneShot="NO" releasedWhenClosed="NO" animationBehavior="default" id="1" customClass="PrefWindow">
31
         <window title="BaconBar Preferences" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" restorable="NO" oneShot="NO" releasedWhenClosed="NO" animationBehavior="default" id="1" customClass="PrefWindow">
32
             <windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES"/>
32
             <windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES"/>
33
             <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
33
             <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
34
-            <rect key="contentRect" x="196" y="240" width="340" height="552"/>
34
+            <rect key="contentRect" x="196" y="240" width="340" height="464"/>
35
             <rect key="screenRect" x="0.0" y="0.0" width="1920" height="1058"/>
35
             <rect key="screenRect" x="0.0" y="0.0" width="1920" height="1058"/>
36
             <view key="contentView" id="2">
36
             <view key="contentView" id="2">
37
-                <rect key="frame" x="0.0" y="0.0" width="340" height="552"/>
37
+                <rect key="frame" x="0.0" y="0.0" width="340" height="464"/>
38
                 <autoresizingMask key="autoresizingMask"/>
38
                 <autoresizingMask key="autoresizingMask"/>
39
                 <subviews>
39
                 <subviews>
40
                     <textField verticalHuggingPriority="750" id="0mi-88-o94">
40
                     <textField verticalHuggingPriority="750" id="0mi-88-o94">
41
-                        <rect key="frame" x="120" y="512" width="200" height="22"/>
41
+                        <rect key="frame" x="120" y="424" width="200" height="22"/>
42
                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
42
                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
43
                         <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" drawsBackground="YES" id="xlI-hU-MqM">
43
                         <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" drawsBackground="YES" id="xlI-hU-MqM">
44
                             <font key="font" metaFont="system"/>
44
                             <font key="font" metaFont="system"/>
47
                         </textFieldCell>
47
                         </textFieldCell>
48
                     </textField>
48
                     </textField>
49
                     <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" id="f72-fM-yQc">
49
                     <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" id="f72-fM-yQc">
50
-                        <rect key="frame" x="18" y="517" width="96" height="17"/>
50
+                        <rect key="frame" x="18" y="429" width="96" height="17"/>
51
                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
51
                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
52
                         <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right" title="Username:" id="GTO-OP-MYS">
52
                         <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right" title="Username:" id="GTO-OP-MYS">
53
                             <font key="font" metaFont="system"/>
53
                             <font key="font" metaFont="system"/>
56
                         </textFieldCell>
56
                         </textFieldCell>
57
                     </textField>
57
                     </textField>
58
                     <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" id="JMQ-a6-DKC">
58
                     <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" id="JMQ-a6-DKC">
59
-                        <rect key="frame" x="18" y="483" width="96" height="17"/>
59
+                        <rect key="frame" x="18" y="395" width="96" height="17"/>
60
                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
60
                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
61
                         <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right" title="Password:" id="m11-YF-fEa">
61
                         <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right" title="Password:" id="m11-YF-fEa">
62
                             <font key="font" metaFont="system"/>
62
                             <font key="font" metaFont="system"/>
65
                         </textFieldCell>
65
                         </textFieldCell>
66
                     </textField>
66
                     </textField>
67
                     <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" id="qFP-pd-32c">
67
                     <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" id="qFP-pd-32c">
68
-                        <rect key="frame" x="18" y="317" width="63" height="17"/>
68
+                        <rect key="frame" x="18" y="229" width="63" height="17"/>
69
                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
69
                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
70
                         <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right" title="Items:" id="FNJ-RL-DXT">
70
                         <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right" title="Items:" id="FNJ-RL-DXT">
71
                             <font key="font" metaFont="system"/>
71
                             <font key="font" metaFont="system"/>
74
                         </textFieldCell>
74
                         </textFieldCell>
75
                     </textField>
75
                     </textField>
76
                     <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" id="O82-1u-lSr">
76
                     <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" id="O82-1u-lSr">
77
-                        <rect key="frame" x="152" y="317" width="63" height="17"/>
77
+                        <rect key="frame" x="152" y="229" width="63" height="17"/>
78
                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
78
                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
79
                         <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right" title="Title:" id="Frl-AE-ROJ">
79
                         <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right" title="Title:" id="Frl-AE-ROJ">
80
                             <font key="font" metaFont="system"/>
80
                             <font key="font" metaFont="system"/>
83
                         </textFieldCell>
83
                         </textFieldCell>
84
                     </textField>
84
                     </textField>
85
                     <secureTextField verticalHuggingPriority="750" id="ARP-lb-J16">
85
                     <secureTextField verticalHuggingPriority="750" id="ARP-lb-J16">
86
-                        <rect key="frame" x="120" y="480" width="200" height="22"/>
86
+                        <rect key="frame" x="120" y="392" width="200" height="22"/>
87
                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
87
                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
88
                         <secureTextFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" drawsBackground="YES" usesSingleLineMode="YES" id="We7-pG-rAt">
88
                         <secureTextFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" drawsBackground="YES" usesSingleLineMode="YES" id="We7-pG-rAt">
89
                             <font key="font" metaFont="system"/>
89
                             <font key="font" metaFont="system"/>
94
                             </allowedInputSourceLocales>
94
                             </allowedInputSourceLocales>
95
                         </secureTextFieldCell>
95
                         </secureTextFieldCell>
96
                     </secureTextField>
96
                     </secureTextField>
97
-                    <button verticalHuggingPriority="750" id="qwZ-cF-1JN">
98
-                        <rect key="frame" x="224" y="13" width="102" height="32"/>
99
-                        <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
100
-                        <buttonCell key="cell" type="push" title="Save" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="Mqa-FJ-C43">
101
-                            <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
102
-                            <font key="font" metaFont="system"/>
103
-                        </buttonCell>
104
-                        <connections>
105
-                            <action selector="buttonSave:" target="-2" id="thy-nQ-Nld"/>
106
-                        </connections>
107
-                    </button>
108
-                    <button verticalHuggingPriority="750" id="vO2-NN-i1n">
109
-                        <rect key="frame" x="14" y="13" width="102" height="32"/>
110
-                        <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
111
-                        <buttonCell key="cell" type="push" title="Cancel" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="TjO-Z6-Vng">
112
-                            <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
113
-                            <font key="font" metaFont="system"/>
114
-                            <string key="keyEquivalent" base64-UTF8="YES">
115
-Gw
116
-</string>
117
-                        </buttonCell>
118
-                        <connections>
119
-                            <action selector="performClose:" target="1" id="A62-EW-ZrT"/>
120
-                        </connections>
121
-                    </button>
122
                     <scrollView horizontalLineScroll="10" horizontalPageScroll="10" verticalLineScroll="10" verticalPageScroll="10" hasHorizontalScroller="NO" usesPredominantAxisScrolling="NO" id="8ew-wY-1Yh">
97
                     <scrollView horizontalLineScroll="10" horizontalPageScroll="10" verticalLineScroll="10" verticalPageScroll="10" hasHorizontalScroller="NO" usesPredominantAxisScrolling="NO" id="8ew-wY-1Yh">
123
-                        <rect key="frame" x="20" y="342" width="300" height="100"/>
98
+                        <rect key="frame" x="20" y="254" width="300" height="100"/>
124
                         <autoresizingMask key="autoresizingMask"/>
99
                         <autoresizingMask key="autoresizingMask"/>
125
                         <clipView key="contentView" copiesOnScroll="NO" id="ENU-Jw-8fO">
100
                         <clipView key="contentView" copiesOnScroll="NO" id="ENU-Jw-8fO">
126
                             <rect key="frame" x="1" y="1" width="298" height="98"/>
101
                             <rect key="frame" x="1" y="1" width="298" height="98"/>
149
                         </scroller>
124
                         </scroller>
150
                     </scrollView>
125
                     </scrollView>
151
                     <button id="XZM-90-hQ8">
126
                     <button id="XZM-90-hQ8">
152
-                        <rect key="frame" x="18" y="449" width="280" height="25"/>
127
+                        <rect key="frame" x="18" y="361" width="280" height="25"/>
153
                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
128
                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
154
                         <buttonCell key="cell" type="check" bezelStyle="regularSquare" imagePosition="left" alignment="left" state="on" inset="2" id="vW5-Cp-Bm1">
129
                         <buttonCell key="cell" type="check" bezelStyle="regularSquare" imagePosition="left" alignment="left" state="on" inset="2" id="vW5-Cp-Bm1">
155
                             <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
130
                             <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
160
                         </connections>
135
                         </connections>
161
                     </button>
136
                     </button>
162
                     <textField verticalHuggingPriority="750" id="MAv-jO-hIv">
137
                     <textField verticalHuggingPriority="750" id="MAv-jO-hIv">
163
-                        <rect key="frame" x="87" y="314" width="38" height="22"/>
138
+                        <rect key="frame" x="87" y="226" width="38" height="22"/>
164
                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
139
                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
165
                         <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">
140
                         <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">
166
                             <font key="font" metaFont="system"/>
141
                             <font key="font" metaFont="system"/>
173
                         </connections>
148
                         </connections>
174
                     </textField>
149
                     </textField>
175
                     <textField verticalHuggingPriority="750" id="qju-1J-OOV">
150
                     <textField verticalHuggingPriority="750" id="qju-1J-OOV">
176
-                        <rect key="frame" x="221" y="314" width="38" height="22"/>
151
+                        <rect key="frame" x="221" y="226" width="38" height="22"/>
177
                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
152
                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
178
                         <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" alignment="right" title="66" drawsBackground="YES" id="b76-4r-MEp">
153
                         <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" alignment="right" title="66" drawsBackground="YES" id="b76-4r-MEp">
179
                             <font key="font" metaFont="system"/>
154
                             <font key="font" metaFont="system"/>
186
                         </connections>
161
                         </connections>
187
                     </textField>
162
                     </textField>
188
                     <stepper horizontalHuggingPriority="750" verticalHuggingPriority="750" id="jxz-fQ-M1L">
163
                     <stepper horizontalHuggingPriority="750" verticalHuggingPriority="750" id="jxz-fQ-M1L">
189
-                        <rect key="frame" x="130" y="311" width="19" height="27"/>
164
+                        <rect key="frame" x="130" y="223" width="19" height="27"/>
190
                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
165
                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
191
                         <stepperCell key="cell" continuous="YES" alignment="left" minValue="1" maxValue="100" doubleValue="1" id="Gba-jV-Ouh"/>
166
                         <stepperCell key="cell" continuous="YES" alignment="left" minValue="1" maxValue="100" doubleValue="1" id="Gba-jV-Ouh"/>
192
                         <connections>
167
                         <connections>
195
                         </connections>
170
                         </connections>
196
                     </stepper>
171
                     </stepper>
197
                     <stepper horizontalHuggingPriority="750" verticalHuggingPriority="750" id="2aV-fo-xh7">
172
                     <stepper horizontalHuggingPriority="750" verticalHuggingPriority="750" id="2aV-fo-xh7">
198
-                        <rect key="frame" x="264" y="311" width="19" height="27"/>
173
+                        <rect key="frame" x="264" y="223" width="19" height="27"/>
199
                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
174
                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
200
                         <stepperCell key="cell" continuous="YES" alignment="left" maxValue="100" doubleValue="1" id="BWQ-gm-H9h"/>
175
                         <stepperCell key="cell" continuous="YES" alignment="left" maxValue="100" doubleValue="1" id="BWQ-gm-H9h"/>
201
                         <connections>
176
                         <connections>
204
                         </connections>
179
                         </connections>
205
                     </stepper>
180
                     </stepper>
206
                     <progressIndicator canDrawConcurrently="YES" horizontalHuggingPriority="750" verticalHuggingPriority="750" maxValue="100" displayedWhenStopped="NO" bezeled="NO" indeterminate="YES" controlSize="small" style="spinning" id="vz0-tR-n1f">
181
                     <progressIndicator canDrawConcurrently="YES" horizontalHuggingPriority="750" verticalHuggingPriority="750" maxValue="100" displayedWhenStopped="NO" bezeled="NO" indeterminate="YES" controlSize="small" style="spinning" id="vz0-tR-n1f">
207
-                        <rect key="frame" x="304" y="453" width="16" height="16"/>
182
+                        <rect key="frame" x="304" y="365" width="16" height="16"/>
208
                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
183
                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
209
                     </progressIndicator>
184
                     </progressIndicator>
210
                     <button id="fRR-M9-szp">
185
                     <button id="fRR-M9-szp">
211
-                        <rect key="frame" x="18" y="282" width="304" height="18"/>
186
+                        <rect key="frame" x="18" y="194" width="304" height="18"/>
212
                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
187
                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
213
                         <buttonCell key="cell" type="check" title="Show Subreddit after Title" bezelStyle="regularSquare" imagePosition="left" state="on" inset="2" id="nFK-xi-2F3">
188
                         <buttonCell key="cell" type="check" title="Show Subreddit after Title" bezelStyle="regularSquare" imagePosition="left" state="on" inset="2" id="nFK-xi-2F3">
214
                             <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
189
                             <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
216
                         </buttonCell>
191
                         </buttonCell>
217
                     </button>
192
                     </button>
218
                     <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" id="6zt-jq-NXJ">
193
                     <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" id="6zt-jq-NXJ">
219
-                        <rect key="frame" x="9" y="174" width="236" height="17"/>
194
+                        <rect key="frame" x="9" y="86" width="236" height="17"/>
220
                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
195
                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
221
                         <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right" title="PM Refresh (in Minutes):" id="cwK-wP-wB6">
196
                         <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right" title="PM Refresh (in Minutes):" id="cwK-wP-wB6">
222
                             <font key="font" metaFont="system"/>
197
                             <font key="font" metaFont="system"/>
224
                             <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
199
                             <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
225
                         </textFieldCell>
200
                         </textFieldCell>
226
                     </textField>
201
                     </textField>
227
-                    <box autoresizesSubviews="NO" verticalHuggingPriority="750" title="Box" boxType="separator" titlePosition="noTitle" id="paW-kV-tNF">
228
-                        <rect key="frame" x="14" y="199" width="316" height="5"/>
202
+                    <box verticalHuggingPriority="750" title="Box" boxType="separator" titlePosition="noTitle" id="paW-kV-tNF">
203
+                        <rect key="frame" x="14" y="111" width="316" height="5"/>
229
                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
204
                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
230
                         <color key="borderColor" white="0.0" alpha="0.41999999999999998" colorSpace="calibratedWhite"/>
205
                         <color key="borderColor" white="0.0" alpha="0.41999999999999998" colorSpace="calibratedWhite"/>
231
                         <color key="fillColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
206
                         <color key="fillColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
232
                         <font key="titleFont" metaFont="system"/>
207
                         <font key="titleFont" metaFont="system"/>
233
                     </box>
208
                     </box>
234
                     <textField verticalHuggingPriority="750" id="2J7-SH-Grc">
209
                     <textField verticalHuggingPriority="750" id="2J7-SH-Grc">
235
-                        <rect key="frame" x="251" y="171" width="38" height="22"/>
210
+                        <rect key="frame" x="251" y="83" width="38" height="22"/>
236
                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
211
                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
237
                         <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" alignment="right" title="5" drawsBackground="YES" id="gZN-n2-TGX">
212
                         <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" alignment="right" title="5" drawsBackground="YES" id="gZN-n2-TGX">
238
                             <font key="font" metaFont="system"/>
213
                             <font key="font" metaFont="system"/>
245
                         </connections>
220
                         </connections>
246
                     </textField>
221
                     </textField>
247
                     <stepper horizontalHuggingPriority="750" verticalHuggingPriority="750" id="uaS-Xm-tIa">
222
                     <stepper horizontalHuggingPriority="750" verticalHuggingPriority="750" id="uaS-Xm-tIa">
248
-                        <rect key="frame" x="294" y="168" width="19" height="27"/>
223
+                        <rect key="frame" x="294" y="80" width="19" height="27"/>
249
                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
224
                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
250
                         <stepperCell key="cell" continuous="YES" alignment="left" minValue="1" maxValue="100" doubleValue="1" id="rTZ-Zs-1eO"/>
225
                         <stepperCell key="cell" continuous="YES" alignment="left" minValue="1" maxValue="100" doubleValue="1" id="rTZ-Zs-1eO"/>
251
                         <connections>
226
                         <connections>
254
                         </connections>
229
                         </connections>
255
                     </stepper>
230
                     </stepper>
256
                     <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" id="cec-PF-2Hn">
231
                     <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" id="cec-PF-2Hn">
257
-                        <rect key="frame" x="18" y="252" width="130" height="17"/>
232
+                        <rect key="frame" x="18" y="164" width="130" height="17"/>
258
                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
233
                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
259
                         <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right" title="Filter:" id="coc-11-MQH">
234
                         <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right" title="Filter:" id="coc-11-MQH">
260
                             <font key="font" metaFont="system"/>
235
                             <font key="font" metaFont="system"/>
263
                         </textFieldCell>
238
                         </textFieldCell>
264
                     </textField>
239
                     </textField>
265
                     <popUpButton verticalHuggingPriority="750" id="FR2-RR-NOg">
240
                     <popUpButton verticalHuggingPriority="750" id="FR2-RR-NOg">
266
-                        <rect key="frame" x="164" y="247" width="159" height="26"/>
241
+                        <rect key="frame" x="164" y="159" width="159" height="26"/>
267
                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
242
                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
268
                         <popUpButtonCell key="cell" type="push" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" borderStyle="borderAndBezel" imageScaling="proportionallyDown" inset="2" id="zJW-6u-fHd">
243
                         <popUpButtonCell key="cell" type="push" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" borderStyle="borderAndBezel" imageScaling="proportionallyDown" inset="2" id="zJW-6u-fHd">
269
                             <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
244
                             <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
281
                         </popUpButtonCell>
256
                         </popUpButtonCell>
282
                     </popUpButton>
257
                     </popUpButton>
283
                     <button id="v96-KH-55h">
258
                     <button id="v96-KH-55h">
284
-                        <rect key="frame" x="18" y="228" width="304" height="18"/>
259
+                        <rect key="frame" x="18" y="140" width="304" height="18"/>
285
                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
260
                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
286
                         <buttonCell key="cell" type="check" title="Remove visited links" bezelStyle="regularSquare" imagePosition="left" state="on" inset="2" id="7KI-oO-Qcg">
261
                         <buttonCell key="cell" type="check" title="Remove visited links" bezelStyle="regularSquare" imagePosition="left" state="on" inset="2" id="7KI-oO-Qcg">
287
                             <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
262
                             <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
292
                         </connections>
267
                         </connections>
293
                     </button>
268
                     </button>
294
                     <button id="gmF-24-Psn">
269
                     <button id="gmF-24-Psn">
295
-                        <rect key="frame" x="18" y="208" width="304" height="18"/>
270
+                        <rect key="frame" x="18" y="120" width="304" height="18"/>
296
                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
271
                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
297
                         <buttonCell key="cell" type="check" title="Reload after every visited link" bezelStyle="regularSquare" imagePosition="left" state="on" inset="2" id="twM-Jr-KGn">
272
                         <buttonCell key="cell" type="check" title="Reload after every visited link" bezelStyle="regularSquare" imagePosition="left" state="on" inset="2" id="twM-Jr-KGn">
298
                             <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
273
                             <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
299
                             <font key="font" metaFont="system"/>
274
                             <font key="font" metaFont="system"/>
300
                         </buttonCell>
275
                         </buttonCell>
301
                     </button>
276
                     </button>
277
+                    <button verticalHuggingPriority="750" id="qwZ-cF-1JN">
278
+                        <rect key="frame" x="224" y="13" width="102" height="32"/>
279
+                        <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
280
+                        <buttonCell key="cell" type="push" title="Save" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="Mqa-FJ-C43">
281
+                            <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
282
+                            <font key="font" metaFont="system"/>
283
+                        </buttonCell>
284
+                        <connections>
285
+                            <action selector="buttonSave:" target="-2" id="thy-nQ-Nld"/>
286
+                        </connections>
287
+                    </button>
288
+                    <button verticalHuggingPriority="750" id="vO2-NN-i1n">
289
+                        <rect key="frame" x="14" y="13" width="102" height="32"/>
290
+                        <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
291
+                        <buttonCell key="cell" type="push" title="Cancel" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="TjO-Z6-Vng">
292
+                            <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
293
+                            <font key="font" metaFont="system"/>
294
+                            <string key="keyEquivalent" base64-UTF8="YES">
295
+Gw
296
+</string>
297
+                        </buttonCell>
298
+                        <connections>
299
+                            <action selector="performClose:" target="1" id="A62-EW-ZrT"/>
300
+                        </connections>
301
+                    </button>
302
                     <button id="NCg-tC-aiT">
302
                     <button id="NCg-tC-aiT">
303
                         <rect key="frame" x="18" y="59" width="304" height="18"/>
303
                         <rect key="frame" x="18" y="59" width="304" height="18"/>
304
                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
304
                         <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
309
                     </button>
309
                     </button>
310
                 </subviews>
310
                 </subviews>
311
             </view>
311
             </view>
312
+            <point key="canvasLocation" x="578" y="446"/>
312
         </window>
313
         </window>
313
         <numberFormatter formatterBehavior="10_0" positiveFormat="0" negativeFormat="-0" hasThousandSeparators="NO" thousandSeparator="," id="zpc-oG-upp" userLabel="Number Formatter - Items">
314
         <numberFormatter formatterBehavior="10_0" positiveFormat="0" negativeFormat="-0" hasThousandSeparators="NO" thousandSeparator="," id="zpc-oG-upp" userLabel="Number Formatter - Items">
314
             <attributedString key="attributedStringForZero">
315
             <attributedString key="attributedStringForZero">
316
             </attributedString>
317
             </attributedString>
317
             <real key="minimum" value="1"/>
318
             <real key="minimum" value="1"/>
318
             <real key="maximum" value="100"/>
319
             <real key="maximum" value="100"/>
319
-            <metadata>
320
-                <real key="inspectorSampleValue" value="1"/>
321
-            </metadata>
322
         </numberFormatter>
320
         </numberFormatter>
323
         <numberFormatter formatterBehavior="10_0" positiveFormat="0" negativeFormat="-0" hasThousandSeparators="NO" thousandSeparator="." id="hDb-Na-Vku" userLabel="Number Formatter - Title">
321
         <numberFormatter formatterBehavior="10_0" positiveFormat="0" negativeFormat="-0" hasThousandSeparators="NO" thousandSeparator="." id="hDb-Na-Vku" userLabel="Number Formatter - Title">
324
             <attributedString key="attributedStringForZero">
322
             <attributedString key="attributedStringForZero">
326
             </attributedString>
324
             </attributedString>
327
             <real key="minimum" value="0.0"/>
325
             <real key="minimum" value="0.0"/>
328
             <real key="maximum" value="140"/>
326
             <real key="maximum" value="140"/>
329
-            <metadata>
330
-                <real key="inspectorSampleValue" value="1"/>
331
-            </metadata>
332
         </numberFormatter>
327
         </numberFormatter>
333
         <numberFormatter formatterBehavior="10_0" positiveFormat="0" negativeFormat="-0" hasThousandSeparators="NO" thousandSeparator="." id="Y11-Cs-X1g" userLabel="Number Formatter - PM">
328
         <numberFormatter formatterBehavior="10_0" positiveFormat="0" negativeFormat="-0" hasThousandSeparators="NO" thousandSeparator="." id="Y11-Cs-X1g" userLabel="Number Formatter - PM">
334
             <attributedString key="attributedStringForZero">
329
             <attributedString key="attributedStringForZero">
336
             </attributedString>
331
             </attributedString>
337
             <real key="minimum" value="1"/>
332
             <real key="minimum" value="1"/>
338
             <decimal key="maximum" value="NaN"/>
333
             <decimal key="maximum" value="NaN"/>
339
-            <metadata>
340
-                <real key="inspectorSampleValue" value="1"/>
341
-            </metadata>
342
         </numberFormatter>
334
         </numberFormatter>
343
         <menu title="Main Menu" systemMenu="main" id="IWp-hb-gSM">
335
         <menu title="Main Menu" systemMenu="main" id="IWp-hb-gSM">
344
             <items>
336
             <items>

Loading…
Cancel
Save