@@ -181,7 +181,7 @@ Menus.Add(SZ_TABLE.Menu_Options, OptionsMenu)
181
181
Menus.Add(SZ_TABLE.Menu_Help, HelpMenu)
182
182
AutoclickerGui.MenuBar := Menus
183
183
184
- AutoclickerGui.AddTab3(" w250 h208 vTab" , [
184
+ AutoclickerGui.AddTab3(" w248 h208 vTab" , [
185
185
SZ_TABLE.Tabs.General,
186
186
SZ_TABLE.Tabs.Scheduling,
187
187
SZ_TABLE.Tabs.Positioning,
@@ -226,19 +226,19 @@ makeCheckable(
226
226
" General_SoundBeep_Checkbox"
227
227
, AutoclickerGui.AddCheckbox(" xs" , " Play a &beep at" )
228
228
, 1
229
- , [AutoclickerGui.AddEdit(" xp+88 yp-2 w36 vGeneral_SoundBeep_NumEdit Disabled Limit Number" , " 600" )]
229
+ , [AutoclickerGui.AddEdit(" xp+90 yp-2 w36 vGeneral_SoundBeep_NumEdit Disabled Limit Number" , " 600" )]
230
230
)
231
- AutoclickerGui.AddText(" xp+40 yp+2" , " Hz at every click" )
231
+ AutoclickerGui.AddText(" xp+42 yp+2" , " Hz at every click" )
232
232
233
233
AutoclickerGui[" Tab" ].UseTab(SZ_TABLE.Tabs.Scheduling)
234
234
235
235
makeCheckable(
236
236
" Scheduling_PreStartDelay_Checkbox"
237
237
, AutoclickerGui.AddCheckbox(" Section" , " &Delay before starting:" )
238
238
, 1
239
- , [AutoclickerGui.AddEdit(" xp+122 yp-2 w50 vScheduling_PreStartDelay_NumEdit Disabled Limit Number" , " 0" )]
239
+ , [AutoclickerGui.AddEdit(" xp+124 yp-2 w50 vScheduling_PreStartDelay_NumEdit Disabled Limit Number" , " 0" )]
240
240
)
241
- AutoclickerGui.AddText(" xp+54 ys vScheduling_PreStartDelay_UnitText" , " ms" )
241
+ AutoclickerGui.AddText(" xp+56 ys vScheduling_PreStartDelay_UnitText" , " ms" )
242
242
243
243
AutoclickerGui.AddGroupBox(" xs ys+25 w226 h148 Section" , " Stop after" )
244
244
@@ -254,8 +254,8 @@ makeCheckable(
254
254
, AutoclickerGui.AddCheckbox(" xs+10 yp+25" , " D&uration:" )
255
255
, Scheduling_StopAfterDurationToggled
256
256
)
257
- AutoclickerGui.AddEdit(" xp+65 yp-2 w45 vScheduling_StopAfterDuration_NumEdit Disabled Limit Number" , " 60" )
258
- AutoclickerGui.AddText(" xp+48 yp+2 vScheduling_StopAfterDuration_UnitText Disabled" , " ms" )
257
+ AutoclickerGui.AddEdit(" xp+67 yp-2 w45 vScheduling_StopAfterDuration_NumEdit Disabled Limit Number" , " 60" )
258
+ AutoclickerGui.AddText(" xp+50 yp+2 vScheduling_StopAfterDuration_UnitText Disabled" , " ms" )
259
259
260
260
makeCheckable(
261
261
" Scheduling_StopAfterTime_Checkbox"
0 commit comments