diff --git a/src/Mount/Mount.rc b/src/Mount/Mount.rc index 1441faad..b0d39d95 100644 --- a/src/Mount/Mount.rc +++ b/src/Mount/Mount.rc @@ -349,7 +349,7 @@ BEGIN "Button",BS_AUTOCHECKBOX | WS_TABSTOP,18,284,339,10 PUSHBUTTON "?",IDC_DISABLE_MEMORY_PROTECTION_HELP,364,280,7,14 CONTROL "Disable protection against screenshots and screen recording",IDC_DISABLE_SCREEN_PROTECTION, - "Button",BS_AUTOCHECKBOX | WS_TABSTOP,18,298,209,10 + "Button",BS_AUTOCHECKBOX | WS_TABSTOP,18,298,346,10 PUSHBUTTON "&Benchmark",IDC_BENCHMARK,7,320,59,14 DEFPUSHBUTTON "OK",IDOK,257,320,50,14 PUSHBUTTON "Cancel",IDCANCEL,314,320,50,14 diff --git a/src/Setup/Setup.rc b/src/Setup/Setup.rc index fab698a6..6ca2440c 100644 --- a/src/Setup/Setup.rc +++ b/src/Setup/Setup.rc @@ -156,7 +156,7 @@ BEGIN "Button",BS_AUTOCHECKBOX | WS_TABSTOP,16,112,315,10 PUSHBUTTON "?",IDC_DISABLE_MEMORY_PROTECTION_HELP,337,107,7,14 CONTROL "Disable protection against screenshots and screen recording",IDC_DISABLE_SCREEN_PROTECTION, - "Button",BS_AUTOCHECKBOX | WS_TABSTOP,16,122,209,10 + "Button",BS_AUTOCHECKBOX | WS_TABSTOP,16,122,323,10 CONTROL "Create System &Restore point",IDC_SYSTEM_RESTORE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,16,132,194,11 LTEXT "Please select or type the location where you want to install the VeraCrypt program files. If the specified folder does not exist, it will be automatically created.",IDT_INSTALL_DESTINATION,11,14,319,25 END