diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2022-01-06 23:43:30 +0100 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2022-01-07 00:33:44 +0100 |
commit | 47f542bfa79a25a4bec4a1ce166662706fe6df26 (patch) | |
tree | 0099757e84fbb7d5604966853de76b1d7d02a3dd /src/Common | |
parent | b1333b067b6d53d4f7d7deac6da12928ccaa18fb (diff) | |
download | VeraCrypt-47f542bfa79a25a4bec4a1ce166662706fe6df26.tar.gz VeraCrypt-47f542bfa79a25a4bec4a1ce166662706fe6df26.zip |
Windows: Fix text truncation in setup wizard and modaless waiting dialog
Diffstat (limited to 'src/Common')
-rw-r--r-- | src/Common/Common.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Common/Common.rc b/src/Common/Common.rc index b26a400a..6d50a1fb 100644 --- a/src/Common/Common.rc +++ b/src/Common/Common.rc @@ -325,7 +325,7 @@ EXSTYLE WS_EX_TOPMOST | WS_EX_TOOLWINDOW CAPTION "VeraCrypt" FONT 8, "MS Shell Dlg", 0, 0, 0x0 BEGIN - LTEXT "Please wait. This process may take a long time...",IDT_STATIC_MODELESS_WAIT_DLG_INFO,9,8,274,9 + LTEXT "Please wait. This process may take a long time...",IDT_STATIC_MODELESS_WAIT_DLG_INFO,9,8,274,27 END IDD_STATIC_MODAL_WAIT_DLG DIALOGEX 0, 0, 292, 74 |