We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ff523d commit ded3706Copy full SHA for ded3706
models/main_window.py
@@ -59,7 +59,7 @@ def setupUi(self, MainWindow):
59
self.teOutput = QtGui.QTextEdit(self.centralwidget)
60
font = QtGui.QFont()
61
font.setFamily(_fromUtf8("Monospace"))
62
- font.setPointSize(12)
+ font.setPointSize(10)
63
self.teOutput.setFont(font)
64
self.teOutput.setReadOnly(True)
65
self.teOutput.setObjectName(_fromUtf8("teOutput"))
0 commit comments