mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[apps] use the chevron menu cell class
Change-Id: Ic5161b729fe2239f75e03666b9d2bb4ceb6e8936
This commit is contained in:
@@ -7,7 +7,7 @@ FunctionParameterController::FunctionParameterController(Responder * parentRespo
|
||||
ViewController(parentResponder),
|
||||
m_pageTitle{"Colonne f(x)"},
|
||||
m_displayDerivativeColumn(SwitchMenuListCell((char*)"Colonne de la fonction derivee")),
|
||||
m_copyColumn(MenuListCell((char*)"Copier la colonne dans une liste")),
|
||||
m_copyColumn(ChevronMenuListCell((char*)"Copier la colonne dans une liste")),
|
||||
m_selectableTableView(SelectableTableView(this, this, Metric::TopMargin, Metric::RightMargin,
|
||||
Metric::BottomMargin, Metric::LeftMargin)),
|
||||
m_function(nullptr)
|
||||
|
||||
Reference in New Issue
Block a user