This commit is contained in:
itsmattkc
2019-03-24 22:45:37 +11:00
parent 54518a5896
commit 03b1a7e01f
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -457,7 +457,8 @@ void MainWindow::Restyle()
palette.setColor(QPalette::HighlightedText, Qt::white);
// set default CSS
setStyleSheet("QPushButton::checked { background: rgb(25, 25, 25); }");
setStyleSheet("QPushButton::checked { background: rgb(25, 25, 25); }"
"QMenu::separator { background: #404040; }");
}