1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2026-06-10 06:46:59 -05:00

Windows: Better alignment for Group Boxes in favorites management dialog

This commit is contained in:
Mounir IDRASSI
2016-03-20 01:24:09 +01:00
parent 1290e7836f
commit 6738cba617
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -166,7 +166,7 @@ namespace VeraCrypt
SetWindowPos (GetDlgItem (hwndDlg, IDC_FAV_VOL_OPTIONS_GROUP_BOX), 0, 0, 0,
rec.right,
rec.bottom - CompensateYDPI (90),
rec.bottom - CompensateYDPI (95),
SWP_NOMOVE | SWP_NOZORDER);
InvalidateRect (GetDlgItem (hwndDlg, IDC_FAV_VOL_OPTIONS_GROUP_BOX), NULL, TRUE);