From 188b459d284a9061182f89721f85658691100bd2 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Mon, 23 Feb 2015 21:00:29 +0100 Subject: Windows: remove topmost and system modal properties from the wait dialog so that it doesn't disturb other applications. --- src/Common/Common.rc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Common/Common.rc b/src/Common/Common.rc index 7aa1d9f7..64827c98 100644 --- a/src/Common/Common.rc +++ b/src/Common/Common.rc @@ -310,8 +310,7 @@ BEGIN END 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 +STYLE DS_SETFONT | DS_MODALFRAME | DS_SETFOREGROUND | DS_FIXEDSYS | DS_CENTER | WS_POPUP | WS_CAPTION CAPTION "VeraCrypt" FONT 8, "MS Shell Dlg", 0, 0, 0x0 BEGIN -- cgit v1.2.3