fixed some shtuff

This commit is contained in:
fourtf
2018-09-04 22:29:21 +02:00
parent 1d16c0cf77
commit 018fe2ab10
4 changed files with 7 additions and 3 deletions
+2 -1
View File
@@ -34,6 +34,7 @@ SettingsDialog::SettingsDialog()
this->scaleChangedEvent(this->getScale());
this->overrideBackgroundColor_ = QColor("#282828");
this->themeChangedEvent();
}
void SettingsDialog::initUi()
@@ -185,7 +186,7 @@ void SettingsDialog::themeChangedEvent()
BaseWindow::themeChangedEvent();
QPalette palette;
palette.setColor(QPalette::Background, QColor("#444"));
palette.setColor(QPalette::Background, QColor("#222"));
this->setPalette(palette);
}