1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2025-11-11 02:58:02 -06:00

Windows: Increase length of screen protection setting label to avoid truncation in some cases.

This commit is contained in:
Mounir IDRASSI
2025-06-09 10:41:10 +09:00
parent 1a47391d62
commit 69852fad9a
2 changed files with 2 additions and 2 deletions

View File

@@ -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