beremiz

a56362c818a3
Parents 94045bfa2d94
Children ac16bad593cf
use the same font size on Windows and GNU/Linux
--- 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__':