Update SetupWizard.cpp
This commit is contained in:
parent
d4837bbaf9
commit
484d771da2
|
@ -157,6 +157,12 @@ CIntroPage::CIntroPage(QWidget *parent)
|
|||
}
|
||||
|
||||
setLayout(layout);
|
||||
|
||||
if (theGUI->m_DarkTheme) {
|
||||
QPalette palette = this->palette();
|
||||
palette.setColor(QPalette::Base, QColor(53, 53, 53));
|
||||
this->setPalette(palette);
|
||||
}
|
||||
}
|
||||
|
||||
int CIntroPage::nextId() const
|
||||
|
|
Loading…
Reference in New Issue