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