mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[apps] Shared: Change the thickness of grid in Graph views
This commit is contained in:
committed by
EmilieNumworks
parent
8c32a61bb1
commit
72f3d1a88a
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user