diff --git a/apps/graph/list/type_parameter_controller.cpp b/apps/graph/list/type_parameter_controller.cpp index e19ff5ab5..c6828058f 100644 --- a/apps/graph/list/type_parameter_controller.cpp +++ b/apps/graph/list/type_parameter_controller.cpp @@ -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) {