- some changes to the FCMessageBox so the dark theme works ok on it
This commit is contained in:
@@ -5430,10 +5430,10 @@ class FCMessageBox(QtWidgets.QMessageBox):
|
||||
self.moving = None
|
||||
self.setWindowFlags(self.windowFlags() | Qt.WindowType.FramelessWindowHint | Qt.WindowType.WindowSystemMenuHint)
|
||||
|
||||
# "background-color: palette(base); "
|
||||
self.setStyleSheet(
|
||||
"QDialog { "
|
||||
"border: 1px solid palette(shadow); "
|
||||
"background-color: palette(base); "
|
||||
"}"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user