From 17c4b2727370453fd47f1a6f0bc178283c8d8eab 2008-09-10 23:00:29 From: Brian Granger Date: 2008-09-10 23:00:29 Subject: [PATCH] Applying small fixes on OS X for default font size in wx GUI.x --- diff --git a/IPython/frontend/wx/console_widget.py b/IPython/frontend/wx/console_widget.py index d61e84a..30ec0b8 100644 --- a/IPython/frontend/wx/console_widget.py +++ b/IPython/frontend/wx/console_widget.py @@ -36,7 +36,7 @@ import re _DEFAULT_SIZE = 10 if sys.platform == 'darwin': - _DEFAULT_STYLE = 12 + _DEFAULT_SIZE = 12 _DEFAULT_STYLE = { 'stdout' : 'fore:#0000FF',