mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[escher] In metric, add a constant: ParameterCellHeight
Change-Id: I6d90c9083d3d6de2308e86800b39104af5fc0457
This commit is contained in:
@@ -72,7 +72,7 @@ int FunctionParameterController::reusableCellCount() {
|
||||
}
|
||||
|
||||
KDCoordinate FunctionParameterController::cellHeight() {
|
||||
return 35;
|
||||
return Metric::ParameterCellHeight;
|
||||
}
|
||||
|
||||
void FunctionParameterController::willDisplayCellForIndex(TableViewCell * cell, int index) {
|
||||
|
||||
Reference in New Issue
Block a user