diff options
author | George Hazan <ghazan@miranda.im> | 2017-04-13 19:35:24 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-04-13 19:35:24 +0300 |
commit | 9d99e4d4e3ebc1c16cad1058d975e0e0431f53c6 (patch) | |
tree | 650a46fd6408c8c065a1f6f25c378806c1a3e52c /src/core/stdmsg/res/resource.rc | |
parent | dd1da4d20af80adbb8d1f34f9ff381310afe2a37 (diff) |
fix for the Send button size & position
Diffstat (limited to 'src/core/stdmsg/res/resource.rc')
-rw-r--r-- | src/core/stdmsg/res/resource.rc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/stdmsg/res/resource.rc b/src/core/stdmsg/res/resource.rc index 58288b226f..b632d945f1 100644 --- a/src/core/stdmsg/res/resource.rc +++ b/src/core/stdmsg/res/resource.rc @@ -85,7 +85,7 @@ EXSTYLE WS_EX_CONTROLPARENT FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
CONTROL "",IDC_SRMM_MESSAGE,"RichEdit50W",WS_VSCROLL | WS_TABSTOP | 0x1144,1,49,141,29,WS_EX_ACCEPTFILES | WS_EX_STATICEDGE
- DEFPUSHBUTTON "&Send",IDOK,143,48,39,15
+ DEFPUSHBUTTON "&Send",IDOK,143,49,39,29
PUSHBUTTON "Close",IDCANCEL,129,0,54,15,NOT WS_VISIBLE
CONTROL "",IDC_SRMM_LOG,"RichEdit50W",WS_VSCROLL | WS_TABSTOP | 0x844,1,18,183,26,WS_EX_STATICEDGE
CONTROL "",IDC_SPLITTERY,"Static",SS_ENHMETAFILE,0,45,183,2
@@ -209,8 +209,8 @@ STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
- CONTROL "",IDC_SRMM_MESSAGE,"RichEdit50W",WS_VSCROLL | WS_TABSTOP | 0x3144,0,128,127,12,WS_EX_STATICEDGE
- PUSHBUTTON "&Send",IDOK,136,126,115,14,WS_DISABLED
+ CONTROL "",IDC_SRMM_MESSAGE,"RichEdit50W",WS_VSCROLL | WS_TABSTOP | 0x3144,0,128,127,28,WS_EX_STATICEDGE
+ PUSHBUTTON "&Send",IDOK,136,126,115,28,WS_DISABLED
CONTROL "",IDC_SRMM_LOG,"RichEdit50W",WS_VSCROLL | WS_TABSTOP | 0x2844,8,2,164,94,WS_EX_STATICEDGE
CONTROL "",IDC_SPLITTERX,"Static",SS_ENHMETAFILE,172,23,10,73
CONTROL "",IDC_SPLITTERY,"Static",SS_ENHMETAFILE,0,102,251,6
|