diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2015-05-03 19:45:59 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2015-05-03 19:45:59 +0000 |
commit | 4f694541dd78c3a8fe5a2b5d03b79ee30bda421b (patch) | |
tree | acb8c205dad864c5f2ef2702a21d19aabcf76a9d /plugins/UserInfoEx | |
parent | 8e75f693fe798d04765ac0287b821619dfc0b027 (diff) |
fix for the option's page style pt. 5
git-svn-id: http://svn.miranda-ng.org/main/trunk@13406 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/UserInfoEx')
-rw-r--r-- | plugins/UserInfoEx/res/resource.rc | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/plugins/UserInfoEx/res/resource.rc b/plugins/UserInfoEx/res/resource.rc index c2d72d0b71..82ecc59e4a 100644 --- a/plugins/UserInfoEx/res/resource.rc +++ b/plugins/UserInfoEx/res/resource.rc @@ -177,9 +177,9 @@ BEGIN END
IDD_OPT_REMINDER DIALOGEX 0, 0, 310, 230
-STYLE DS_SETFONT | DS_3DLOOK | DS_FIXEDSYS | DS_CONTROL | WS_CHILD | WS_SYSMENU
+STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
EXSTYLE WS_EX_CONTROLPARENT
-FONT 8, "MS Shell Dlg", 400, 0, 0x1
+FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
CONTROL "Show menu items",CHECK_REMIND_MI,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,18,53,273,10
LTEXT "Remind me",TXT_REMIND,16,125,120,8,0,WS_EX_RIGHT
@@ -211,9 +211,9 @@ BEGIN END
IDD_OPT_POPUP DIALOGEX 0, 0, 310, 230
-STYLE DS_SETFONT | DS_3DLOOK | DS_FIXEDSYS | WS_CHILD | WS_SYSMENU
+STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
EXSTYLE WS_EX_CONTROLPARENT
-FONT 8, "MS Shell Dlg", 400, 0, 0x1
+FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
GROUPBOX "Birthday popup colors",IDC_STATIC,25,55,125,73,WS_GROUP
CONTROL "",CLR_BBACK,"ColourPicker",WS_TABSTOP,32,69,29,12
@@ -329,9 +329,9 @@ BEGIN END
IDD_OPT_ADVANCED DIALOGEX 0, 0, 310, 230
-STYLE DS_SETFONT | DS_3DLOOK | DS_FIXEDSYS | DS_CONTROL | WS_CHILD | WS_SYSMENU
+STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
EXSTYLE WS_EX_CONTROLPARENT
-FONT 8, "MS Shell Dlg", 400, 0, 0x1
+FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
GROUPBOX "Icons",IDC_STATIC,3,4,303,41
CONTROL "Check file version of default IconPack to prevent wrong icon display",CHECK_OPT_ICOVERSION,
@@ -349,9 +349,9 @@ BEGIN END
IDD_OPT_DETAILSDLG DIALOGEX 0, 0, 310, 230
-STYLE DS_SETFONT | DS_3DLOOK | DS_FIXEDSYS | DS_CONTROL | WS_CHILD | WS_SYSMENU
+STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
EXSTYLE WS_EX_CONTROLPARENT
-FONT 8, "MS Shell Dlg", 400, 0, 0x1
+FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
CONTROL "",CLR_NORMAL,"ColourPicker",WS_TABSTOP,12,29,29,12
LTEXT "Protocol's information",TXT_OPT_CLR_NORMAL,46,31,104,8
@@ -412,9 +412,9 @@ BEGIN END
IDD_OPT_COMMON DIALOGEX 0, 0, 310, 230
-STYLE DS_SETFONT | DS_3DLOOK | DS_FIXEDSYS | DS_CONTROL | WS_CHILD | WS_SYSMENU
+STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
EXSTYLE WS_EX_CONTROLPARENT
-FONT 8, "MS Shell Dlg", 400, 0, 0x1
+FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
GROUPBOX "Show menu item",IDC_STATIC,6,6,298,95
CONTROL "Main menu",CHECK_OPT_MI_MAIN,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,19,79,10
|