From fc5d3e42d8a66a629330a2e531c180bee39b8f37 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Mon, 24 Jun 2002 19:36:19 +0000 Subject: [PATCH] better font sizes git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15944 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/demo/wxStyledTextCtrl_2.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wxPython/demo/wxStyledTextCtrl_2.py b/wxPython/demo/wxStyledTextCtrl_2.py index cc2484f9d7..325c4ea6ae 100644 --- a/wxPython/demo/wxStyledTextCtrl_2.py +++ b/wxPython/demo/wxStyledTextCtrl_2.py @@ -29,8 +29,8 @@ else: 'mono' : 'Courier', 'helv' : 'Helvetica', 'other': 'new century schoolbook', - 'size' : 10, - 'size2': 18, + 'size' : 12, + 'size2': 10, } -- 2.47.2