mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-30 12:10:03 +02:00
[escher/code] Cleaned Toolbox rowHeight().
Now it is set in escher/toolbox.h, with value 40 and no differentiation Node/Leaf. Change-Id: I0809d87a5df5b8bffe201c9faf72ff901430cbe5
This commit is contained in:
@@ -118,6 +118,10 @@ void Toolbox::viewDidDisappear() {
|
||||
m_selectableTableView.deselectTable();
|
||||
}
|
||||
|
||||
KDCoordinate Toolbox::rowHeight(int j) {
|
||||
return sToolboxRowHeight;
|
||||
}
|
||||
|
||||
int Toolbox::numberOfRows() {
|
||||
if (m_messageTreeModel == nullptr) {
|
||||
m_messageTreeModel = (ToolboxMessageTree *)rootModel();
|
||||
|
||||
Reference in New Issue
Block a user