diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2015-05-03 20:52:34 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2015-05-03 20:52:34 +0000 |
commit | 7bd0056248d748046b7a88d10522c8391c43f31c (patch) | |
tree | 140259f1659b44c49af35a5d78c7da20559655cb /src/core/stdidle | |
parent | 5b779a138bdd9c018be006128a1a990848b9b531 (diff) |
fix for the option's page style pt. 10
git-svn-id: http://svn.miranda-ng.org/main/trunk@13413 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/core/stdidle')
-rw-r--r-- | src/core/stdidle/res/resource.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/stdidle/res/resource.rc b/src/core/stdidle/res/resource.rc index af7b53a1ce..bf68917cc7 100644 --- a/src/core/stdidle/res/resource.rc +++ b/src/core/stdidle/res/resource.rc @@ -26,7 +26,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US //
IDD_OPT_IDLE DIALOGEX 0, 0, 312, 193
-STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_BORDER
+STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
@@ -59,7 +59,7 @@ END IDD_MODERNOPT_IDLE DIALOGEX 0, 0, 369, 64
STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
EXSTYLE WS_EX_CONTROLPARENT
-FONT 8, "MS Shell Dlg", 0, 0, 0x0
+FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
CONTROL "Become idle if computer is left unattended for:",IDC_IDLESHORT,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,10,13,171,9
|