forked from qt-creator/qt-creator
Rename ThemeSettingsWidget -> ThemeChooser
Change-Id: Ie61dc07d9f8bc8639ff80368a0b2ad4dd62cacb3 Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
3ac3fe9389
commit
9d0d39495f
@@ -119,7 +119,7 @@ void GeneralSettings::apply()
|
||||
setLanguage(m_page->languageBox->itemData(currentIndex, Qt::UserRole).toString());
|
||||
// Apply the new base color if accepted
|
||||
StyleHelper::setBaseColor(m_page->colorButton->color());
|
||||
m_page->themeWidget->apply();
|
||||
m_page->themeChooser->apply();
|
||||
}
|
||||
|
||||
void GeneralSettings::finish()
|
||||
|
||||
Reference in New Issue
Block a user