summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Weimer <wishmaster51@googlemail.com>2014-01-16 12:57:38 +0000
committerTobias Weimer <wishmaster51@googlemail.com>2014-01-16 12:57:38 +0000
commite5ea3aa43eddf6ec4bfb86e7c39e6898e21c6490 (patch)
treee0caa3dacce18e699f4605cac3083726324aa1f5
parent877f34a69f77c03dd9d48ebc7fe86a8ec56189c5 (diff)
minor options relayout
git-svn-id: http://svn.miranda-ng.org/main/trunk@7679 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r--protocols/FacebookRM/res/facebook.rc25
1 files changed, 13 insertions, 12 deletions
diff --git a/protocols/FacebookRM/res/facebook.rc b/protocols/FacebookRM/res/facebook.rc
index e13ecd4cd8..bf76371853 100644
--- a/protocols/FacebookRM/res/facebook.rc
+++ b/protocols/FacebookRM/res/facebook.rc
@@ -99,7 +99,7 @@ BEGIN
GROUPBOX "Attach contacts:",IDC_CCLIST_LABEL,266,4,148,105
END
-IDD_OPTIONS DIALOGEX 0, 0, 305, 210
+IDD_OPTIONS DIALOGEX 0, 0, 305, 146
STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 400, 0, 0x1
@@ -119,21 +119,21 @@ BEGIN
CONTROL "Use bigger avatars",IDC_BIGGER_AVATARS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,17,114,271,10
END
-IDD_OPTIONS_EVENTS DIALOGEX 0, 0, 305, 210
+IDD_OPTIONS_EVENTS DIALOGEX 0, 0, 305, 166
STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
GROUPBOX "Event notifications",IDC_STATIC,6,7,292,106
- CONTROL "Notifications",IDC_NOTIFICATIONS_ENABLE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,22,23,84,8
- CONTROL "News feeds",IDC_FEEDS_ENABLE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,22,43,84,8
- LTEXT "News Feed types to notify:",IDC_STATIC,33,59,112,8
- COMBOBOX IDC_FEED_TYPE,151,57,96,59,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
- CONTROL "Other events",IDC_OTHER_ENABLE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,22,75,84,8
- CONTROL "Client notifications",IDC_CLIENT_ENABLE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,22,95,84,8
+ CONTROL "Notifications",IDC_NOTIFICATIONS_ENABLE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,16,23,272,8
+ CONTROL "News feeds",IDC_FEEDS_ENABLE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,16,43,272,8
+ RTEXT "News Feed types to notify:",IDC_STATIC,16,59,121,8
+ COMBOBOX IDC_FEED_TYPE,151,57,137,59,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
+ CONTROL "Other events",IDC_OTHER_ENABLE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,16,75,272,8
+ CONTROL "Client notifications",IDC_CLIENT_ENABLE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,16,95,272,8
PUSHBUTTON "Preview",IDC_PREVIEW,117,137,68,14
CONTROL "Use balloon notifications in system tray instead of popups",IDC_SYSTRAY_NOTIFY,
- "Button",BS_AUTOCHECKBOX | WS_TABSTOP,47,121,228,8
+ "Button",BS_AUTOCHECKBOX | WS_TABSTOP,16,121,272,8
END
IDD_OPTIONS_ADVANCED DIALOGEX 0, 0, 305, 155
@@ -203,16 +203,17 @@ BEGIN
VERTGUIDE, 288
VERTGUIDE, 298
TOPMARGIN, 7
- BOTTOMMARGIN, 203
+ BOTTOMMARGIN, 139
END
IDD_OPTIONS_EVENTS, DIALOG
BEGIN
LEFTMARGIN, 6
RIGHTMARGIN, 298
- VERTGUIDE, 22
+ VERTGUIDE, 16
+ VERTGUIDE, 288
TOPMARGIN, 7
- BOTTOMMARGIN, 202
+ BOTTOMMARGIN, 158
END
IDD_OPTIONS_ADVANCED, DIALOG