From 8fdad3aed8e8da8db2b86487f02507cfaa6d8009 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9a=20Saviot?= Date: Thu, 5 Sep 2019 17:32:47 +0200 Subject: [PATCH] [apps/graph] Remove unneeded vertical scroll bar --- apps/graph/list/type_parameter_controller.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {