VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2020-01-24 17:06:22 +0100
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2020-02-04 15:09:39 +0100
commita7b61ce5e5a0d0d5ab2814d59e832c169e1b845f (patch)
tree255e18d7de305fa0375f8a0bdd43c0063c8c57cd /src
parent123b187af597cbe4524bbbd4decafa3536599645 (diff)
downloadVeraCrypt-a7b61ce5e5a0d0d5ab2814d59e832c169e1b845f.tar.gz
VeraCrypt-a7b61ce5e5a0d0d5ab2814d59e832c169e1b845f.zip
Windows: Fix groupbox alignment issue in UI of Fprmat wizard
Diffstat (limited to 'src')
-rw-r--r--src/Format/Format.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Format/Format.rc b/src/Format/Format.rc
index d21eeeb5..548f8ca6 100644
--- a/src/Format/Format.rc
+++ b/src/Format/Format.rc
@@ -90,7 +90,7 @@ BEGIN
DEFPUSHBUTTON "",IDC_NEXT,310,234,60,14
PUSHBUTTON "Cancel",IDCANCEL,382,234,60,14
LTEXT "",IDC_BOX_TITLE,160,8,283,17
- GROUPBOX "",IDC_STATIC,51,0,392,230
+ GROUPBOX "",IDC_STATIC,4,0,439,230
CONTROL 116,IDC_BITMAP_WIZARD,"Static",SS_BITMAP | SS_SUNKEN,10,9,137,193
LTEXT "",IDC_POS_BOX,160,24,281,193
END