##// END OF EJS Templates
Fix the default size under MacOSX.
Gael Varoquaux -
Show More
@@ -36,7 +36,7 b' import re'
36
36
37 _DEFAULT_SIZE = 10
37 _DEFAULT_SIZE = 10
38 if sys.platform == 'darwin':
38 if sys.platform == 'darwin':
39 _DEFAULT_STYLE = 14
39 _DEFAULT_SIZE = 12
40
40
41 _DEFAULT_STYLE = {
41 _DEFAULT_STYLE = {
42 'stdout' : 'fore:#0000FF',
42 'stdout' : 'fore:#0000FF',
General Comments 0
You need to be logged in to leave comments. Login now