Skip to content

Commit

Permalink
use monospaced font in python console
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@12731 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
wonder committed Jan 11, 2010
1 parent 7e5cbbd commit 6e78c27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/console.py
Expand Up @@ -103,8 +103,8 @@ def __init__(self,parent=None):
self.setMinimumSize(30, 30)
self.setUndoRedoEnabled(False)
self.setAcceptRichText(False)
#monofont = QFont("Bitstream Vera Sans Mono", 10)
#self.setFont(monofont)
monofont = QFont("Bitstream Vera Sans Mono", 10)
self.setFont(monofont)

self.buffer = []

Expand Down

0 comments on commit 6e78c27

Please sign in to comment.