We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9a6ba1 commit 1d92c08Copy full SHA for 1d92c08
artiq/gui/log.py
@@ -22,8 +22,7 @@ def __init__(self, init):
22
timer.timeout.connect(self.timer_tick)
23
timer.start(100)
24
25
- self.fixed_font = QtGui.QFont()
26
- self.fixed_font.setFamily("Monospace")
+ self.fixed_font = QtGui.QFontDatabase.systemFont(QtGui.QFontDatabase.FixedFont)
27
28
self.white = QtGui.QBrush(QtGui.QColor(255, 255, 255))
29
self.black = QtGui.QBrush(QtGui.QColor(0, 0, 0))
0 commit comments