Omega Theme: some fixes

This commit is contained in:
Quentin Guidée
2019-11-29 22:11:35 +01:00
parent 716c93f69a
commit cd604bcb53
14 changed files with 51 additions and 28 deletions

View File

@@ -16,7 +16,7 @@ ListController::ListController(Responder * parentResponder, EquationStore * equa
ListController * list = (ListController *)context;
list->resolveEquations();
return true;
}, this), KDFont::LargeFont, Palette::PurpleBright),
}, this), KDFont::LargeFont, Palette::ButtonText),
m_modelsParameterController(this, equationStore, this),
m_modelsStackController(nullptr, &m_modelsParameterController, Palette::BannerFirstVariantText, Palette::BannerFirstVariantBackground, Palette::BannerFirstVariantBorder)
{