Skip to content

Commit ded3706

Browse files
author
Kirill Omelchenko
committed
Update output font size 12 -> 10
1 parent 1ff523d commit ded3706

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/main_window.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def setupUi(self, MainWindow):
5959
self.teOutput = QtGui.QTextEdit(self.centralwidget)
6060
font = QtGui.QFont()
6161
font.setFamily(_fromUtf8("Monospace"))
62-
font.setPointSize(12)
62+
font.setPointSize(10)
6363
self.teOutput.setFont(font)
6464
self.teOutput.setReadOnly(True)
6565
self.teOutput.setObjectName(_fromUtf8("teOutput"))

0 commit comments

Comments
 (0)