diff options
author | George Hazan <ghazan@miranda.im> | 2022-08-12 12:45:42 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2022-08-12 12:45:42 +0300 |
commit | fa4c4d3167a504cdf55d5140de71960335124436 (patch) | |
tree | bc73c58dda7cf3eba286607b244867ea0674b6a6 /plugins/VoiceService/res | |
parent | 6252b077a865d28a49d1fb111932f7d59074e54c (diff) |
VoiceService: correct frame visibility
Diffstat (limited to 'plugins/VoiceService/res')
-rw-r--r-- | plugins/VoiceService/res/resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/VoiceService/res/resource.rc b/plugins/VoiceService/res/resource.rc index d64f495a9a..4d9963652f 100644 --- a/plugins/VoiceService/res/resource.rc +++ b/plugins/VoiceService/res/resource.rc @@ -27,7 +27,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US // IDD_CALLS DIALOGEX 0, 0, 195, 225 -STYLE DS_FIXEDSYS | WS_CHILD | WS_VISIBLE | WS_CLIPCHILDREN +STYLE DS_FIXEDSYS | WS_CHILD | WS_CLIPCHILDREN EXSTYLE WS_EX_CONTROLPARENT FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN |