mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 16:57:31 +01:00
[apps] enable node navigation to decide the leaf row height
Change-Id: Ib013dd50c4d57df31e9be7813440037173415330
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user