[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

@@ -80,7 +80,7 @@ void NodeListViewController::willDisplayCellForIndex(TableViewCell * cell, int i
KDCoordinate NodeListViewController::rowHeight(int j) {
if (typeAtLocation(0, j) == 0) {
return k_leafRowHeight;
return m_nodeNavigationController->leafRowHeight(j);
}
return k_nodeRowHeight;
}