use the same font size on Windows and GNU/Linux
authorAndrey Skvortsov <andrej.skvortzov@gmail.com>
Wed, 26 Sep 2018 14:15:22 +0300
changeset 2345 a56362c818a3
parent 2344 94045bfa2d94
child 2346 ac16bad593cf
use the same font size on Windows and GNU/Linux
editors/Viewer.py
--- a/editors/Viewer.py	Wed Sep 26 12:13:23 2018 +0300
+++ b/editors/Viewer.py	Wed Sep 26 14:15:22 2018 +0300
@@ -83,7 +83,7 @@
         'mono':  'Courier',
         'helv':  'Helvetica',
         'other': 'new century schoolbook',
-        'size':  12,
+        'size':  10,
     }
 
 if wx.Platform == '__WXMSW__':