[solver] Increase the 'Solve equation' button size

This commit is contained in:
Émilie Feral
2018-06-08 15:10:16 +02:00
parent aec1ca1baa
commit f4b87f8680
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ ListController::ListController(Responder * parentResponder, EquationStore * equa
m_resolveButton(this, I18n::Message::ResolveEquation, Invocation([](void * context, void * sender) {
ListController * list = (ListController *)context;
list->resolveEquations();
}, this), KDText::FontSize::Small, Palette::PurpleBright),
}, this), KDText::FontSize::Large, Palette::PurpleBright),
m_modelsParameterController(this, equationStore, this),
m_modelsStackController(nullptr, &m_modelsParameterController, KDColorWhite, Palette::PurpleDark, Palette::PurpleDark)
{