diff options
author | George Hazan <george.hazan@gmail.com> | 2023-10-16 20:11:29 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2023-10-16 20:11:29 +0300 |
commit | 8c965320ef8bbb372c00c6d54d4b1612ec1eec4b (patch) | |
tree | 116c2b9d8df450f742b3f99b4f1b627b2891f623 /protocols/YAMN/res | |
parent | d9b8185fda6ce035e7cf383f279d95dabde47953 (diff) |
YAMN: fix for minor visual glitch in popup options
Diffstat (limited to 'protocols/YAMN/res')
-rw-r--r-- | protocols/YAMN/res/YAMN.rc | 29 |
1 files changed, 15 insertions, 14 deletions
diff --git a/protocols/YAMN/res/YAMN.rc b/protocols/YAMN/res/YAMN.rc index f20df2593a..c8612a4719 100644 --- a/protocols/YAMN/res/YAMN.rc +++ b/protocols/YAMN/res/YAMN.rc @@ -91,6 +91,7 @@ BEGIN IDD_POP3ACCOUNTPOPUP, DIALOG
BEGIN
+ BOTTOMMARGIN, 230
END
END
#endif // APSTUDIO_INVOKED
@@ -217,45 +218,45 @@ BEGIN CONTROL "Show seconds",IDC_SECONDS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,170,47,129,8
END
-IDD_POP3ACCOUNTPOPUP DIALOGEX 0, 0, 315, 230
+IDD_POP3ACCOUNTPOPUP DIALOGEX 0, 0, 315, 237
STYLE DS_SETFONT | DS_FIXEDSYS | DS_CONTROL | WS_CHILD | WS_VISIBLE
EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
COMBOBOX IDC_COMBOACCOUNT,2,4,140,65,CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_TABSTOP
- GROUPBOX "Mail Notifications",IDC_GBNEWMAIL,0,23,300,76
+ GROUPBOX "Mail Notifications",IDC_GBNEWMAIL,0,23,309,76
CONTROL "Popup",IDC_CHECKPOP,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,11,32,108,10
CONTROL "Single popup",IDC_RADIOPOP1,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,23,43,95,10
CONTROL "Multi popup",IDC_RADIOPOPN,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,23,55,95,10
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,83,29,12
+ CONTROL "",IDC_CPT,"ColourPicker",WS_TABSTOP,145,82,29,12
EDITTEXT IDC_EDITPOPS,23,65,20,12,ES_AUTOHSCROLL
- GROUPBOX "No new mail notifications",IDC_GBNONEWMAIL,0,152,300,62
+ 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
CONTROL "Use custom color",IDC_CHECKNCOL,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,23,201,107,10
CONTROL "",IDC_CPNB,"ColourPicker",WS_TABSTOP,145,181,29,12
- CONTROL "",IDC_CPNT,"ColourPicker",WS_TABSTOP,145,198,29,12
+ CONTROL "",IDC_CPNT,"ColourPicker",WS_TABSTOP,145,197,29,12
EDITTEXT IDC_EDITNPOPS,23,173,20,12,ES_AUTOHSCROLL
- GROUPBOX "Connection failure notifications",IDC_GBBADCONNECT,0,101,300,49
+ GROUPBOX "Connection failure notifications",IDC_GBBADCONNECT,0,101,309,49
CONTROL "Popup notification if failed",IDC_CHECKFPOP,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,11,110,118,10
CONTROL "Use custom color",IDC_CHECKFCOL,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,23,136,95,10
- CONTROL "",IDC_CPFB,"ColourPicker",WS_TABSTOP,145,118,29,12
- CONTROL "",IDC_CPFT,"ColourPicker",WS_TABSTOP,145,134,29,12
+ CONTROL "",IDC_CPFB,"ColourPicker",WS_TABSTOP,145,117,29,12
+ CONTROL "",IDC_CPFT,"ColourPicker",WS_TABSTOP,145,133,29,12
EDITTEXT IDC_EDITFPOPS,23,121,20,12,ES_AUTOHSCROLL
LTEXT "..s Popup duration",IDC_STATIC,45,67,70,8
LTEXT "..s Popup duration",IDC_STATIC,45,176,70,8
LTEXT "..s Popup duration",IDC_STATIC,45,122,70,8
- PUSHBUTTON "Preview",IDC_PREVIEW,255,215,49,13
+ PUSHBUTTON "Preview",IDC_PREVIEW,255,219,49,13
LTEXT "Background color",IDC_STATIC,177,184,108,10
- LTEXT "Text color",IDC_STATIC,177,200,107,10
- LTEXT "Background color",IDC_STATIC,177,120,108,10
- LTEXT "Text color",IDC_STATIC,177,136,107,10
+ LTEXT "Text color",IDC_STATIC,177,199,107,10
+ LTEXT "Background color",IDC_STATIC,177,119,108,10
+ LTEXT "Text color",IDC_STATIC,177,135,107,10
LTEXT "Background color",IDC_STATIC,177,69,108,10
- LTEXT "Text color",IDC_STATIC,177,85,107,10
+ LTEXT "Text color",IDC_STATIC,177,84,107,10
CONTROL "Force popups for manual operations",IDC_FORCECHECK,
- "Button",BS_AUTOCHECKBOX | WS_TABSTOP,5,218,231,10
+ "Button",BS_AUTOCHECKBOX | WS_TABSTOP,5,221,231,10
END
|