fixes for linux

This commit is contained in:
fourtf
2018-07-05 12:08:33 +02:00
parent f2238729f1
commit ef13aef7df
3 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -180,7 +180,7 @@ void SettingsDialog::themeRefreshEvent()
BaseWindow::themeRefreshEvent();
QPalette palette;
palette.setColor(QPalette::Background, QColor("#f44"));
palette.setColor(QPalette::Background, QColor("#444"));
this->setPalette(palette);
}