diff options
author | George Hazan <ghazan@miranda.im> | 2022-06-02 18:29:39 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2022-06-02 18:29:39 +0300 |
commit | adcbda78dd668441cc2871671f155b43f92aaf07 (patch) | |
tree | 9feee95c1565f97906b33c1bff127ddc330c417a | |
parent | 51464f740abf43d35ffec89b589110c4caa2a872 (diff) |
minor visual glitch fixed
-rw-r--r-- | plugins/Scriver/res/resource.rc | 17 | ||||
-rw-r--r-- | plugins/Scriver/src/resource.h | 6 |
2 files changed, 12 insertions, 11 deletions
diff --git a/plugins/Scriver/res/resource.rc b/plugins/Scriver/res/resource.rc index bd96a8ca63..1a023c45d5 100644 --- a/plugins/Scriver/res/resource.rc +++ b/plugins/Scriver/res/resource.rc @@ -25,12 +25,12 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL // Dialog
//
-IDD_OPT_MSGDLG DIALOGEX 2, 0, 304, 186
+IDD_OPT_MSGDLG DIALOGEX 2, 0, 304, 147
STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
- GROUPBOX "Behavior",IDC_STATIC,0,0,304,182
+ GROUPBOX "Behavior",IDC_STATIC,0,0,304,143
CONTROL "Automatically pop up the window when",IDC_AUTOPOPUP,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,6,12,155,10
CONTROL "Tree1",IDC_POPLIST,"SysTreeView32",TVS_DISABLEDRAGDROP | TVS_NOTOOLTIPS | TVS_NONEVENHEIGHT | WS_BORDER | WS_HSCROLL | WS_TABSTOP,163,12,98,44
@@ -45,7 +45,7 @@ BEGIN "Button",BS_AUTOCHECKBOX | WS_TABSTOP,6,114,293,10
LTEXT "Show warning when message has not been received after",IDC_STATIC,6,127,201,8
EDITTEXT IDC_SECONDS,213,125,35,12,ES_RIGHT | ES_NUMBER
- CONTROL "",IDC_SECONDSSPIN,"msctls_updown32",UDS_SETBUDDYINT | UDS_ALIGNRIGHT | UDS_AUTOBUDDY | UDS_ARROWKEYS | UDS_NOTHOUSANDS | UDS_HOTTRACK,239,125,11,14
+ CONTROL "",IDC_SECONDSSPIN,"msctls_updown32",UDS_SETBUDDYINT | UDS_ALIGNRIGHT | UDS_AUTOBUDDY | UDS_ARROWKEYS | UDS_NOTHOUSANDS | UDS_HOTTRACK,239,124,11,13
LTEXT "seconds",IDC_STATIC,253,127,44,8
END
@@ -290,6 +290,7 @@ BEGIN LTEXT "KB",IDC_CHAT_LIMITTEXT2,290,214,10,8
END
+
/////////////////////////////////////////////////////////////////////////////
//
// DESIGNINFO
@@ -300,11 +301,6 @@ GUIDELINES DESIGNINFO BEGIN
IDD_OPT_MSGDLG, DIALOG
BEGIN
- VERTGUIDE, 6
- VERTGUIDE, 22
- VERTGUIDE, 51
- VERTGUIDE, 90
- VERTGUIDE, 299
END
IDD_OPT_MSGTABS, DIALOG
@@ -553,6 +549,11 @@ BEGIN 0
END
+IDD_OPT_MSGDLG AFX_DIALOG_LAYOUT
+BEGIN
+ 0
+END
+
#endif // Neutral resources
/////////////////////////////////////////////////////////////////////////////
diff --git a/plugins/Scriver/src/resource.h b/plugins/Scriver/src/resource.h index 683af1cf41..51c25fa42e 100644 --- a/plugins/Scriver/src/resource.h +++ b/plugins/Scriver/src/resource.h @@ -1,6 +1,6 @@ //{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
-// Used by w:\miranda-ng\plugins\Scriver\res\resource.rc
+// Used by C:\Users\georg\DiskW\miranda-ng\plugins\Scriver\res\resource.rc
//
#define VS_VERSION_INFO 1
#define IDD_MSGWIN 100
@@ -133,7 +133,7 @@ #define IDC_ATRANSPARENCYPERC 1620
#define IDC_ITRANSPARENCYVALUE 1621
#define IDC_ITRANSPARENCYPERC 1622
-#define IDC_HIDEONETAB 1623
+#define IDC_HIDEONETAB 1623
#define IDC_SENDALL 1624
#define IDC_TRANSPARENCYTEXT1 1627
#define IDC_TRANSPARENCYTEXT2 1628
@@ -221,7 +221,7 @@ //
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
-#define _APS_NEXT_RESOURCE_VALUE 104
+#define _APS_NEXT_RESOURCE_VALUE 105
#define _APS_NEXT_COMMAND_VALUE 40001
#define _APS_NEXT_CONTROL_VALUE 1005
#define _APS_NEXT_SYMED_VALUE 101
|