summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorDart Raiden <wowemuh@gmail.com>2013-09-05 12:58:32 +0000
committerDart Raiden <wowemuh@gmail.com>2013-09-05 12:58:32 +0000
commita549e18e61b52d9c016111f40148a709323750d0 (patch)
treeed80a487fc1abb185a8854d4eb5aeaab921fb4ec /plugins
parent44d17d1e0e86e859feda67606f24c037da534594 (diff)
TooltipNotify cosmetics
git-svn-id: http://svn.miranda-ng.org/main/trunk@5955 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins')
-rw-r--r--plugins/TooltipNotify/res/main.rc24
1 files changed, 12 insertions, 12 deletions
diff --git a/plugins/TooltipNotify/res/main.rc b/plugins/TooltipNotify/res/main.rc
index 3c2040fc8b..cd46cbd548 100644
--- a/plugins/TooltipNotify/res/main.rc
+++ b/plugins/TooltipNotify/res/main.rc
@@ -65,18 +65,18 @@ BEGIN
WS_BORDER | WS_TABSTOP,7,7,91,103
END
-IDD_CONTACTS DIALOGEX 0, 0, 284, 234
+IDD_CONTACTS DIALOGEX 0, 0, 254, 234
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | DS_CENTER | WS_POPUP |
WS_CAPTION | WS_SYSMENU
CAPTION "Choose contacts"
FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
LTEXT "Allow tooltip notifications for the following users:",
- IDC_STATIC,8,9,268,9
- CONTROL "",IDC_CLIST,"CListControl",WS_TABSTOP | 0x3da,7,23,270,
+ IDC_STATIC,8,9,238,9
+ CONTROL "",IDC_CLIST,"CListControl",WS_TABSTOP | 0x3da,7,23,240,
180,WS_EX_CLIENTEDGE
- DEFPUSHBUTTON "OK",IDOK,171,213,50,14
- PUSHBUTTON "Cancel",IDCANCEL,227,213,50,14
+ DEFPUSHBUTTON "OK",IDOK,141,213,50,14
+ PUSHBUTTON "Cancel",IDCANCEL,197,213,50,14
END
IDD_OPTIONS DIALOGEX 0, 0, 316, 250
@@ -87,13 +87,13 @@ BEGIN
GROUPBOX "Notify upon the following events",IDC_STATIC,5,7,304,32,
WS_GROUP
CONTROL "Online",IDC_ONLINE,"Button",BS_AUTOCHECKBOX |
- WS_TABSTOP,15,17,46,14
+ WS_TABSTOP,15,17,59,14
CONTROL "Offline",IDC_OFFLINE,"Button",BS_AUTOCHECKBOX |
- WS_TABSTOP,66,17,46,14
+ WS_TABSTOP,75,17,59,14
CONTROL "All other",IDC_OTHER,"Button",BS_AUTOCHECKBOX |
- WS_TABSTOP,117,17,52,14
+ WS_TABSTOP,135,17,59,14
CONTROL "Typing",IDC_TYPING,"Button",BS_AUTOCHECKBOX |
- WS_TABSTOP,174,17,51,14
+ WS_TABSTOP,195,17,59,14
PUSHBUTTON "Protocols",IDC_SEL_PROTO,254,162,46,14
LTEXT "Suppress notifications upon connection for",IDC_STATIC,
120,93,137,9
@@ -115,9 +115,9 @@ BEGIN
BS_AUTOCHECKBOX | WS_TABSTOP,159,55,137,10
GROUPBOX "Double click on tooltip",IDC_GB_DBLCLICK,5,78,103,54
CONTROL "Shows/Hides contact list",IDC_RB_CLIST,"Button",
- BS_AUTORADIOBUTTON | WS_TABSTOP,8,93,97,11
+ BS_AUTORADIOBUTTON | WS_TABSTOP,9,93,96,11
CONTROL "Opens message dialog",IDC_RB_MSGDLG,"Button",
- BS_AUTORADIOBUTTON | WS_TABSTOP,8,112,97,11
+ BS_AUTORADIOBUTTON | WS_TABSTOP,9,112,96,11
GROUPBOX "Behavior",IDC_STATIC,113,78,196,54
GROUPBOX "Misc",IDC_STATIC,5,136,304,44
CONTROL "Obey 'Suppress online notification' settings",
@@ -137,7 +137,7 @@ BEGIN
LTEXT "000%",IDC_TRANSPERC,273,201,22,9
PUSHBUTTON "Contacts",IDC_IGNORE,254,144,46,14
CONTROL "Idle",IDC_IDLE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,
- 227,17,51,14
+ 255,17,49,14
END