editors/ConfTreeNodeEditor.py
changeset 1739 ec153828ded2
parent 1737 a39c2918c015
child 1740 b789b695b5c6
--- a/editors/ConfTreeNodeEditor.py	Mon Aug 14 23:38:28 2017 +0300
+++ b/editors/ConfTreeNodeEditor.py	Tue Aug 15 12:17:51 2017 +0300
@@ -38,17 +38,17 @@
 
 if wx.Platform == '__WXMSW__':
     faces = { 'times': 'Times New Roman',
-              'mono' : 'Courier New',
-              'helv' : 'Arial',
+              'mono':  'Courier New',
+              'helv':  'Arial',
               'other': 'Comic Sans MS',
-              'size' : 16,
+              'size':  16,
              }
 else:
     faces = { 'times': 'Times',
-              'mono' : 'Courier',
-              'helv' : 'Helvetica',
+              'mono':  'Courier',
+              'helv':  'Helvetica',
               'other': 'new century schoolbook',
-              'size' : 18,
+              'size':  18,
              }
 
 SCROLLBAR_UNIT = 10