diff options
| author | George Hazan <george.hazan@gmail.com> | 2023-11-08 18:28:42 +0300 |
|---|---|---|
| committer | George Hazan <george.hazan@gmail.com> | 2023-11-08 18:28:42 +0300 |
| commit | eebfe35f7b33e1d2d307369ce440e8c3239a79ac (patch) | |
| tree | 5cbfc5f321f3ac58663daa00f3952c47918d9fd7 /protocols/YAMN/res | |
| parent | caaaf9ffe9ac3c28f2e9459ac4afb34fcd59f72d (diff) | |
fixes #3825 (YAMN: настройки всплывающих окон всё ещё имеют визуальные артефакты)
Diffstat (limited to 'protocols/YAMN/res')
| -rw-r--r-- | protocols/YAMN/res/YAMN.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/YAMN/res/YAMN.rc b/protocols/YAMN/res/YAMN.rc index c8612a4719..3c4d83b74c 100644 --- a/protocols/YAMN/res/YAMN.rc +++ b/protocols/YAMN/res/YAMN.rc @@ -219,7 +219,7 @@ BEGIN END
IDD_POP3ACCOUNTPOPUP DIALOGEX 0, 0, 315, 237
-STYLE DS_SETFONT | DS_FIXEDSYS | DS_CONTROL | WS_CHILD | WS_VISIBLE
+STYLE DS_SETFONT | DS_FIXEDSYS | DS_CONTROL | WS_CHILD
EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
@@ -231,7 +231,7 @@ BEGIN CONTROL "Use custom color",IDC_CHECKCOL,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,23,83,107,10
CONTROL "",IDC_CPB,"ColourPicker",WS_TABSTOP,145,66,29,12
CONTROL "",IDC_CPT,"ColourPicker",WS_TABSTOP,145,82,29,12
- EDITTEXT IDC_EDITPOPS,23,65,20,12,ES_AUTOHSCROLL
+ EDITTEXT IDC_EDITPOPS,23,65,20,12,ES_AUTOHSCROLL
GROUPBOX "No new mail notifications",IDC_GBNONEWMAIL,0,152,309,62
CONTROL "Popup if no mail",IDC_CHECKNPOP,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,11,161,94,10
CONTROL "Persistent message",IDC_CHECKNMSGP,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,23,188,110,10
|
