[apps] use the chevron menu cell class

Change-Id: Ic5161b729fe2239f75e03666b9d2bb4ceb6e8936
This commit is contained in:
Émilie Feral
2016-11-08 15:51:04 +01:00
parent 3090b06956
commit e98b64f2eb
9 changed files with 11 additions and 11 deletions

View File

@@ -6,8 +6,8 @@ namespace Graph {
AbscissaParameterController::AbscissaParameterController(Responder * parentResponder, ValuesParameterController * valuesParameterController) :
ViewController(parentResponder),
m_deleteColumn(MenuListCell((char*)"Effacer la colonne")),
m_copyColumn(MenuListCell((char*)"Copier la colonne dans une liste")),
m_setInterval(MenuListCell((char*)"Regler l'intervalle")),
m_copyColumn(ChevronMenuListCell((char*)"Copier la colonne dans une liste")),
m_setInterval(ChevronMenuListCell((char*)"Regler l'intervalle")),
m_selectableTableView(SelectableTableView(this, this, Metric::TopMargin, Metric::RightMargin,
Metric::BottomMargin, Metric::LeftMargin)),
m_valuesParameterController(valuesParameterController)