From: Robin Dunn Date: Mon, 24 Jun 2002 19:36:19 +0000 (+0000) Subject: better font sizes X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/fc5d3e42d8a66a629330a2e531c180bee39b8f37 better font sizes git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15944 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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, }