Skip to content

Commit a430c97

Browse files
committedApr 26, 2021
Refresh Start screen towards standard buttons + more clear wording
1 parent e62af04 commit a430c97

23 files changed

+82
-52
lines changed
 

‎AppController.m

+2-2
Original file line numberDiff line numberDiff line change
@@ -177,11 +177,11 @@ - (void)refreshUserInterface {
177177
if(!self.addingBlock) {
178178
[blockDurationSlider_ setEnabled: YES];
179179
[editBlocklistButton_ setEnabled: YES];
180-
[submitButton_ setTitle: NSLocalizedString(@"Start", @"Start button")];
180+
[submitButton_ setTitle: NSLocalizedString(@"Start Block", @"Start button")];
181181
} else {
182182
[blockDurationSlider_ setEnabled: NO];
183183
[editBlocklistButton_ setEnabled: NO];
184-
[submitButton_ setTitle: NSLocalizedString(@"Loading", @"Loading button")];
184+
[submitButton_ setTitle: NSLocalizedString(@"Starting Block", @"Starting Block button")];
185185
}
186186

187187
// if block's off, and we haven't shown it yet, show the first-time modal

‎Base.lproj/FirstTime.xib

+29-13
Large diffs are not rendered by default.

‎Base.lproj/MainMenu.xib

+9-10
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@
231231
<point key="canvasLocation" x="140" y="137"/>
232232
</menu>
233233
<window title="SelfControl" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" visibleAtLaunch="NO" animationBehavior="default" id="371">
234-
<windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" texturedBackground="YES"/>
234+
<windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES"/>
235235
<windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
236236
<rect key="contentRect" x="451" y="331" width="620" height="154"/>
237237
<rect key="screenRect" x="0.0" y="0.0" width="2048" height="1255"/>
@@ -252,11 +252,11 @@
252252
</connections>
253253
</slider>
254254
<button horizontalHuggingPriority="750" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="543" userLabel="Edit Blocklist Button">
255-
<rect key="frame" x="479" y="9" width="122" height="23"/>
255+
<rect key="frame" x="473" y="4" width="134" height="32"/>
256256
<constraints>
257257
<constraint firstAttribute="width" relation="greaterThanOrEqual" constant="120" id="hTb-jo-56c"/>
258258
</constraints>
259-
<buttonCell key="cell" type="roundTextured" title="Edit Blocklist" bezelStyle="texturedRounded" alignment="center" borderStyle="border" allowsMixedState="YES" inset="2" id="544">
259+
<buttonCell key="cell" type="push" title="Edit Blocklist" bezelStyle="rounded" alignment="center" borderStyle="border" inset="2" id="544">
260260
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
261261
<font key="font" metaFont="system"/>
262262
</buttonCell>
@@ -265,13 +265,13 @@
265265
</connections>
266266
</button>
267267
<button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="541">
268-
<rect key="frame" x="262" y="119" width="97" height="19"/>
268+
<rect key="frame" x="248" y="97" width="124" height="32"/>
269269
<constraints>
270-
<constraint firstAttribute="width" relation="greaterThanOrEqual" constant="97" id="Wgy-0n-fJ9"/>
270+
<constraint firstAttribute="width" relation="greaterThanOrEqual" constant="110" id="Wgy-0n-fJ9"/>
271271
</constraints>
272-
<buttonCell key="cell" type="roundRect" title="Start" bezelStyle="roundedRect" alignment="center" controlSize="large" state="on" borderStyle="border" inset="2" id="542">
272+
<buttonCell key="cell" type="push" title="Start Block" bezelStyle="rounded" alignment="center" borderStyle="border" inset="2" id="542">
273273
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
274-
<font key="font" metaFont="system" size="15"/>
274+
<font key="font" metaFont="system"/>
275275
<string key="keyEquivalent" base64-UTF8="YES">
276276
DQ
277277
</string>
@@ -307,18 +307,17 @@ DQ
307307
<constraint firstItem="478" firstAttribute="leading" secondItem="372" secondAttribute="leading" constant="19" id="WdA-X8-Sm5"/>
308308
<constraint firstItem="465" firstAttribute="centerX" secondItem="541" secondAttribute="centerX" id="fF7-jW-hAj"/>
309309
<constraint firstItem="543" firstAttribute="top" secondItem="465" secondAttribute="bottom" constant="15" id="gCe-4n-0nP"/>
310-
<constraint firstItem="541" firstAttribute="top" secondItem="372" secondAttribute="top" constant="16" id="jXt-Fy-vdp"/>
310+
<constraint firstItem="541" firstAttribute="top" secondItem="372" secondAttribute="top" constant="30" id="jXt-Fy-vdp"/>
311311
<constraint firstItem="478" firstAttribute="trailing" secondItem="543" secondAttribute="trailing" id="jmb-Wp-H3Y"/>
312312
<constraint firstItem="543" firstAttribute="leading" secondItem="JfI-b0-nf0" secondAttribute="trailing" constant="23" id="mPT-an-Lpy"/>
313313
<constraint firstItem="543" firstAttribute="leading" relation="lessThanOrEqual" secondItem="478" secondAttribute="trailing" constant="-10" id="o6E-qg-6q9"/>
314314
<constraint firstItem="478" firstAttribute="bottom" secondItem="465" secondAttribute="top" constant="-10" id="spp-LO-oaf"/>
315315
</constraints>
316316
</view>
317-
<contentBorderThickness minY="0.0" maxY="90"/>
318317
<connections>
319318
<outlet property="delegate" destination="469" id="905"/>
320319
</connections>
321-
<point key="canvasLocation" x="-106" y="525"/>
320+
<point key="canvasLocation" x="-101" y="525"/>
322321
</window>
323322
<customObject id="469" customClass="AppController">
324323
<connections>

0 commit comments

Comments
 (0)