diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2015-01-04 15:55:09 +0100 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2015-01-04 16:29:34 +0100 |
commit | 2894bade88b537be3f934fb14811c39f5f381381 (patch) | |
tree | 43611beb2573c1baf948bfef6678108729e5c8e8 /src/Mount/Mount.rc | |
parent | cc02c78a8c1936b5093d568774394686dea1cf28 (diff) | |
download | VeraCrypt-2894bade88b537be3f934fb14811c39f5f381381.tar.gz VeraCrypt-2894bade88b537be3f934fb14811c39f5f381381.zip |
Windows: better display of volume information and benchmark results.
Diffstat (limited to 'src/Mount/Mount.rc')
-rw-r--r-- | src/Mount/Mount.rc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Mount/Mount.rc b/src/Mount/Mount.rc index 7f38e882..8e1964d2 100644 --- a/src/Mount/Mount.rc +++ b/src/Mount/Mount.rc @@ -94,13 +94,13 @@ BEGIN "Button",BS_AUTOCHECKBOX | WS_TABSTOP,197,105,130,11
END
-IDD_VOLUME_PROPERTIES DIALOGEX 60, 30, 284, 186
+IDD_VOLUME_PROPERTIES DIALOGEX 60, 30, 284, 224
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "VeraCrypt Volume Properties"
FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
- DEFPUSHBUTTON "OK",IDOK,114,166,55,14
- CONTROL "",IDC_VOLUME_PROPERTIES_LIST,"SysListView32",LVS_REPORT | LVS_ALIGNLEFT | LVS_NOSORTHEADER | WS_BORDER | WS_TABSTOP,7,6,269,154
+ DEFPUSHBUTTON "OK",IDOK,114,203,55,14
+ CONTROL "",IDC_VOLUME_PROPERTIES_LIST,"SysListView32",LVS_REPORT | LVS_ALIGNLEFT | LVS_NOSORTHEADER | WS_BORDER | WS_TABSTOP,7,6,269,192
END
IDD_PASSWORDCHANGE_DLG DIALOGEX 0, 0, 330, 207
@@ -353,7 +353,7 @@ BEGIN LEFTMARGIN, 7
RIGHTMARGIN, 277
TOPMARGIN, 7
- BOTTOMMARGIN, 179
+ BOTTOMMARGIN, 217
END
IDD_PASSWORDCHANGE_DLG, DIALOG
|