mirror of
https://github.com/veracrypt/VeraCrypt
synced 2024-11-28 14:03:29 +01:00
Windows: remove topmost and system modal properties from the wait dialog so that it doesn't disturb other applications.
This commit is contained in:
parent
39bf211ebe
commit
188b459d28
@ -310,8 +310,7 @@ BEGIN
|
|||||||
END
|
END
|
||||||
|
|
||||||
IDD_STATIC_MODAL_WAIT_DLG DIALOGEX 0, 0, 292, 74
|
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
|
STYLE DS_SETFONT | DS_MODALFRAME | DS_SETFOREGROUND | DS_FIXEDSYS | DS_CENTER | WS_POPUP | WS_CAPTION
|
||||||
EXSTYLE WS_EX_TOPMOST
|
|
||||||
CAPTION "VeraCrypt"
|
CAPTION "VeraCrypt"
|
||||||
FONT 8, "MS Shell Dlg", 0, 0, 0x0
|
FONT 8, "MS Shell Dlg", 0, 0, 0x0
|
||||||
BEGIN
|
BEGIN
|
||||||
|
Loading…
Reference in New Issue
Block a user