We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f1d3ed commit 9519617Copy full SHA for 9519617
1 file changed
openmc_plotter/plotgui.py
@@ -38,9 +38,8 @@ def __init__(self, parent=None):
38
self.label.setAlignment(QtCore.Qt.AlignCenter)
39
font = self.label.font()
40
font.setPointSize(max(12, font.pointSize() + 6))
41
- font.setWeight(QtGui.QFont.DemiBold)
42
self.label.setFont(font)
43
- self.label.setStyleSheet("color: white;")
+ self.label.setStyleSheet("color: white; background-color: transparent;")
44
layout.addWidget(self.label)
45
46
self.hide()
0 commit comments