mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-23 07:40:42 +01:00
[escher] In metric, add a constant: ParameterCellHeight
Change-Id: I6d90c9083d3d6de2308e86800b39104af5fc0457
This commit is contained in:
@@ -78,7 +78,7 @@ int CurveParameterController::reusableCellCount() {
|
||||
}
|
||||
|
||||
KDCoordinate CurveParameterController::cellHeight() {
|
||||
return 35;
|
||||
return Metric::ParameterCellHeight;
|
||||
}
|
||||
|
||||
void CurveParameterController::setFunction(Function * function) {
|
||||
|
||||
Reference in New Issue
Block a user