From 47f542bfa79a25a4bec4a1ce166662706fe6df26 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Thu, 6 Jan 2022 23:43:30 +0100 Subject: Windows: Fix text truncation in setup wizard and modaless waiting dialog --- src/Common/Common.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Common') 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 -- cgit v1.2.3