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/Quotes/res/Forex.rc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'plugins/Quotes/res') diff --git a/plugins/Quotes/res/Forex.rc b/plugins/Quotes/res/Forex.rc index 1342f118fc..58edb407b6 100644 --- a/plugins/Quotes/res/Forex.rc +++ b/plugins/Quotes/res/Forex.rc @@ -250,9 +250,9 @@ BEGIN END IDD_DIALOG_OPT_GOOGLE DIALOGEX 0, 0, 310, 233 -STYLE DS_SETFONT | DS_3DLOOK | DS_FIXEDSYS | WS_CHILD | WS_VISIBLE +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 LTEXT "&Convert:",IDC_STATIC,7,9,56,8 COMBOBOX IDC_COMBO_CONVERT_FROM,64,7,105,44,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP @@ -293,9 +293,9 @@ BEGIN END IDD_DIALOG_OPT_FINANCE DIALOGEX 0, 0, 310, 232 -STYLE DS_SETFONT | DS_3DLOOK | DS_FIXEDSYS | WS_CHILD | WS_VISIBLE +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 LTEXT "Type &Stock Name or Symbol:",IDC_STATIC,7,10,96,8 EDITTEXT IDC_EDIT_QUOTE,106,7,143,14,ES_AUTOHSCROLL -- cgit v1.2.3