We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 7479708 commit a25fc30Copy full SHA for a25fc30
python/console.py
@@ -126,7 +126,8 @@ def __init__(self,parent=None):
126
self.setMinimumSize(30, 30)
127
self.setUndoRedoEnabled(False)
128
self.setAcceptRichText(False)
129
- monofont = QFont("Bitstream Vera Sans Mono", 10)
+ monofont = QFont("Monospace")
130
+ monofont.setStyleHint(QFont.TypeWriter)
131
self.setFont(monofont)
132
133
self.buffer = []
0 commit comments