[apps] Shared: Change the thickness of grid in Graph views

This commit is contained in:
Émilie Feral
2018-01-23 12:06:11 +01:00
committed by EmilieNumworks
parent 8c32a61bb1
commit 72f3d1a88a

View File

@@ -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