From 71bd734efb7c6592b2b3a468e2b28359671eb031 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Sun, 3 May 2015 19:19:45 +0000 Subject: fix for the option's page style pt. 4 git-svn-id: http://svn.miranda-ng.org/main/trunk@13404 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/NotesAndReminders/res/resource.rc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'plugins/NotesAndReminders/res/resource.rc') diff --git a/plugins/NotesAndReminders/res/resource.rc b/plugins/NotesAndReminders/res/resource.rc index 3087f9ceca..000e93a9d9 100644 --- a/plugins/NotesAndReminders/res/resource.rc +++ b/plugins/NotesAndReminders/res/resource.rc @@ -51,10 +51,9 @@ END // IDD_STNOTEOPTIONS DIALOGEX 47, 55, 301, 254 -STYLE DS_SETFONT | WS_CHILD | WS_VISIBLE | WS_CAPTION +STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD EXSTYLE WS_EX_CONTROLPARENT -CAPTION "Sticky Notes Options" -FONT 8, "MS Sans Serif", 0, 0, 0x1 +FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN GROUPBOX "Default Note Size",IDC_STATIC,6,6,156,51 LTEXT "Width (Pixels)",IDC_STATIC,12,20,44,8 -- cgit v1.2.3