[apps] enable node navigation to decide the leaf row height

Change-Id: Ib013dd50c4d57df31e9be7813440037173415330
This commit is contained in:
Émilie Feral
2016-11-14 15:20:14 +01:00
parent 0e3804d784
commit 74ee0ec63a
7 changed files with 27 additions and 2 deletions

View File

@@ -46,6 +46,10 @@ void ToolboxController::willDisplayCellForIndex(TableViewCell * cell, int index)
myCell->setText(node->label());
}
KDCoordinate ToolboxController::leafRowHeight(int index) {
return k_leafRowHeight;
}
Node * ToolboxController::nodeModel() {
return (Node *)&toolboxModel;
}