[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

@@ -48,7 +48,7 @@ App::App(Container * container, Snapshot * snapshot) :
m_intervalController(nullptr, snapshot->equationStore()),
m_alternateEmptyViewController(nullptr, &m_solutionsController, &m_solutionsController),
m_listController(&m_listFooter, snapshot->equationStore(), &m_listFooter),
m_listFooter(&m_stackViewController, &m_listController, &m_listController, ButtonRowController::Position::Bottom, ButtonRowController::Style::EmbossedGrey),
m_listFooter(&m_stackViewController, &m_listController, &m_listController, ButtonRowController::Position::Bottom, ButtonRowController::Style::EmbossedGrey, ButtonRowController::Size::Large),
m_stackViewController(&m_inputViewController, &m_listFooter),
m_inputViewController(&m_modalViewController, &m_stackViewController, &m_listController, &m_listController)
{