diff options
Diffstat (limited to 'src/core/stdidle/res/resource.rc')
-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
|