mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-19 05:40:38 +01:00
[apps/graph] Remove unneeded vertical scroll bar
This commit is contained in:
@@ -51,7 +51,7 @@ void TypeParameterController::viewWillAppear() {
|
||||
}
|
||||
|
||||
KDCoordinate TypeParameterController::rowHeight(int j) {
|
||||
return PlotTypeHelper::Layout(j).layoutSize().height() + 15;
|
||||
return PlotTypeHelper::Layout(j).layoutSize().height() + 14;
|
||||
}
|
||||
|
||||
void TypeParameterController::willDisplayCellForIndex(HighlightCell * cell, int index) {
|
||||
|
||||
Reference in New Issue
Block a user