VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Common
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2014-12-28 18:30:45 +0100
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2014-12-28 23:27:53 +0100
commitec9ff0fc1d96d9af399bf2aab25965734bd984e7 (patch)
tree99ad55b05a09b831d492c5893cb4ea8beebda11f /src/Common
parent9a228ff04570a16349f23954d4497f3715b47f0d (diff)
downloadVeraCrypt-ec9ff0fc1d96d9af399bf2aab25965734bd984e7.tar.gz
VeraCrypt-ec9ff0fc1d96d9af399bf2aab25965734bd984e7.zip
Windows: make the wait dialog wider to accommodate long messages
Diffstat (limited to 'src/Common')
-rw-r--r--src/Common/Common.rc8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Common/Common.rc b/src/Common/Common.rc
index fcb7aaab..d497b35d 100644
--- a/src/Common/Common.rc
+++ b/src/Common/Common.rc
@@ -309,14 +309,14 @@ BEGIN
LTEXT "Please wait. This process may take a long time...",IDT_STATIC_MODELESS_WAIT_DLG_INFO,9,8,274,9
END
-IDD_STATIC_MODAL_WAIT_DLG DIALOGEX 0, 0, 292, 61
+IDD_STATIC_MODAL_WAIT_DLG DIALOGEX 0, 0, 292, 74
STYLE DS_SYSMODAL | DS_SETFONT | DS_MODALFRAME | DS_SETFOREGROUND | DS_FIXEDSYS | DS_CENTER | WS_POPUP | WS_CAPTION
EXSTYLE WS_EX_TOPMOST
CAPTION "VeraCrypt"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
- CTEXT "Please wait...\nThis process may take a long time and VeraCrypt may become unresponsive.",IDT_STATIC_MODAL_WAIT_DLG_INFO,9,11,274,20
- CONTROL "",IDC_WAIT_PROGRESS_BAR,"msctls_progress32",WS_BORDER,7,37,278,14
+ CTEXT "Please wait...\nThis process may take a long time and VeraCrypt may become unresponsive.",IDT_STATIC_MODAL_WAIT_DLG_INFO,9,11,274,33
+ CONTROL "",IDC_WAIT_PROGRESS_BAR,"msctls_progress32",WS_BORDER,7,49,278,14
END
@@ -457,7 +457,7 @@ BEGIN
LEFTMARGIN, 7
RIGHTMARGIN, 285
TOPMARGIN, 7
- BOTTOMMARGIN, 54
+ BOTTOMMARGIN, 67
END
END
#endif // APSTUDIO_INVOKED