diff options
Diffstat (limited to 'updater/updater.rc')
-rw-r--r-- | updater/updater.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/updater/updater.rc b/updater/updater.rc index e717217..54a77c7 100644 --- a/updater/updater.rc +++ b/updater/updater.rc @@ -99,8 +99,8 @@ BEGIN PUSHBUTTON "Update and Exit",IDC_BTN_CHECKNORESTART,58,211,91,17
CONTROL "Show 'Update and Exit' menu item",IDC_CHK_UPDATEANDEXIT,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,151,136,127,10
- CONTROL "Slider1",IDC_SLID_VERREQ,"msctls_trackbar32",TBS_BOTH | TBS_NOTICKS | WS_TABSTOP,14,83,100,12
- LTEXT "Static",IDC_ST_VERREQ,130,85,146,8
+ CONTROL "Slider1",IDC_SLID_VERREQ,"msctls_trackbar32",TBS_BOTH | TBS_NOTICKS | WS_TABSTOP,8,83,100,12
+ LTEXT "Static",IDC_ST_VERREQ,111,85,180,8
CONTROL "Keep downloaded archives",IDC_CHK_SAVEZIPS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,151,149,127,10
CONTROL "Only install DLLs automatically",IDC_CHK_DLLSONLY,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,18,149,128,10
|