From 72f3d1a88aea4be00d9c8a6a7dc76da4ef13bb18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89milie=20Feral?= Date: Tue, 23 Jan 2018 12:06:11 +0100 Subject: [PATCH] [apps] Shared: Change the thickness of grid in Graph views --- apps/shared/curve_view.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/shared/curve_view.cpp b/apps/shared/curve_view.cpp index 34b6cbb9c..7a283a59d 100644 --- a/apps/shared/curve_view.cpp +++ b/apps/shared/curve_view.cpp @@ -280,7 +280,7 @@ void CurveView::drawGrid(KDContext * ctx, KDRect rect) const { } void CurveView::drawAxes(KDContext * ctx, KDRect rect, Axis axis) const { - drawLine(ctx, rect, axis, 0.0f, KDColorBlack, 2); + drawLine(ctx, rect, axis, 0.0f, KDColorBlack, 1); } #define LINE_THICKNESS 3