Skip to content

Commit 9519617

Browse files
committed
Background color match
1 parent 0f1d3ed commit 9519617

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

openmc_plotter/plotgui.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,8 @@ def __init__(self, parent=None):
3838
self.label.setAlignment(QtCore.Qt.AlignCenter)
3939
font = self.label.font()
4040
font.setPointSize(max(12, font.pointSize() + 6))
41-
font.setWeight(QtGui.QFont.DemiBold)
4241
self.label.setFont(font)
43-
self.label.setStyleSheet("color: white;")
42+
self.label.setStyleSheet("color: white; background-color: transparent;")
4443
layout.addWidget(self.label)
4544

4645
self.hide()

0 commit comments

Comments
 (0)