Specify font size in pixels
parent
8276b02f92
commit
6d5ccc6c3f
|
@ -7,7 +7,10 @@ from qdarkstyle.palette import DarkPalette
|
||||||
|
|
||||||
|
|
||||||
# chart-wide font
|
# chart-wide font
|
||||||
_font = QtGui.QFont("Hack", 4)
|
_font = QtGui.QFont("Hack")
|
||||||
|
# use pixel size to be cross-resolution compatible
|
||||||
|
_font.setPixelSize(6)
|
||||||
|
|
||||||
_i3_rgba = QtGui.QColor.fromRgbF(*[0.14]*3 + [1])
|
_i3_rgba = QtGui.QColor.fromRgbF(*[0.14]*3 + [1])
|
||||||
|
|
||||||
# splitter widget config
|
# splitter widget config
|
||||||
|
|
Loading…
Reference in New Issue