mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[solver] Increase the 'Solve equation' button size
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user