- some changes to the FCMessageBox so the dark theme works ok on it

This commit is contained in:
Marius Stanciu
2022-01-15 03:34:33 +02:00
committed by Marius
parent 8c154e6cc0
commit 873cd6f947
3 changed files with 3 additions and 2 deletions

View File

@@ -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); "
"}"
)