mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[escher] Change name list view cell -> menu list cell
Change-Id: I9fccf615fc0ebacadf7d0b55ca9af5ec997ce572
This commit is contained in:
@@ -6,8 +6,8 @@ namespace Graph {
|
||||
FunctionParameterController::FunctionParameterController(Responder * parentResponder) :
|
||||
ViewController(parentResponder),
|
||||
m_pageTitle("Colonne f(x)"),
|
||||
m_displayDerivativeColumn(SwitchListViewCell((char*)"Colonne de la fonction derivee")),
|
||||
m_copyColumn(ListViewCell((char*)"Copier la colonne dans une liste")),
|
||||
m_displayDerivativeColumn(SwitchMenuListCell((char*)"Colonne de la fonction derivee")),
|
||||
m_copyColumn(MenuListCell((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