[escher] Enable to draw the outline of cells in table view

Change-Id: I2842e9fdada4ebdc3fe49608e6f7886d831aa98b
This commit is contained in:
Émilie Feral
2017-03-13 11:15:49 +01:00
parent 9aa516fe5d
commit 406fc0e0a5
29 changed files with 44 additions and 39 deletions

View File

@@ -9,7 +9,7 @@ ValuesParameterController::ValuesParameterController(Responder * parentResponder
m_deleteColumn(PointerTableCell((char*)"Effacer la colonne")),
m_copyColumn(PointerTableCellWithChevron((char*)"Copier la colonne dans une liste")),
m_setInterval(PointerTableCellWithChevron((char*)"Regler l'intervalle")),
m_selectableTableView(SelectableTableView(this, this, Metric::CommonTopMargin, Metric::CommonRightMargin,
m_selectableTableView(SelectableTableView(this, this, 1, Metric::CommonTopMargin, Metric::CommonRightMargin,
Metric::CommonBottomMargin, Metric::CommonLeftMargin)),
m_intervalParameterController(intervalParameterController)
{