mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-19 22:00:28 +01:00
[apps] Fix VariableBox for Matrix
This commit is contained in:
@@ -170,7 +170,7 @@ KDCoordinate VariableBoxController::ContentViewController::rowHeight(int index)
|
||||
}
|
||||
LayoutRef layoutR = layoutRefForIndex(index);
|
||||
if (!layoutR.isUninitialized()) {
|
||||
return layoutR.layoutSize().height()+k_leafMargin;
|
||||
return max(layoutR.layoutSize().height()+k_leafMargin, Metric::ToolboxRowHeight);
|
||||
}
|
||||
return Metric::ToolboxRowHeight;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user