##// END OF EJS Templates
Applying small fixes on OS X for default font size in wx GUI.x
Brian Granger -
r1672:17c4b272 merge
parent child Browse files
Show More
@@ -36,7 +36,7 b' import re'
36 36
37 37 _DEFAULT_SIZE = 10
38 38 if sys.platform == 'darwin':
39 _DEFAULT_STYLE = 12
39 _DEFAULT_SIZE = 12
40 40
41 41 _DEFAULT_STYLE = {
42 42 'stdout' : 'fore:#0000FF',
General Comments 0
You need to be logged in to leave comments. Login now