]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/wxStyledTextCtrl_2.py
Fixed compilation error
[wxWidgets.git] / wxPython / demo / wxStyledTextCtrl_2.py
index 52597a671ebc0c38263ded7532fd578bee90f240..54b83aa2d2a86900cc29f06d646d3777c3137069 100644 (file)
@@ -21,8 +21,8 @@ if wxPlatform == '__WXMSW__':
               'mono' : 'Courier New',
               'helv' : 'Arial',
               'other': 'Comic Sans MS',
               'mono' : 'Courier New',
               'helv' : 'Arial',
               'other': 'Comic Sans MS',
-              'size' : 8,
-              'size2': 6,
+              'size' : 10,
+              'size2': 8,
              }
 else:
     faces = { 'times': 'Times',
              }
 else:
     faces = { 'times': 'Times',