mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-10-31 13:03:20 -07:00
ux: disable line smoothness in Statistics
This commit is contained in:
parent
0bc7208230
commit
1b63da45e5
1 changed files with 2 additions and 1 deletions
|
@ -105,7 +105,8 @@ namespace SourceGit.Models
|
||||||
Stroke = new SolidColorPaint(SKColors.Green) { StrokeThickness = 1 },
|
Stroke = new SolidColorPaint(SKColors.Green) { StrokeThickness = 1 },
|
||||||
Fill = new SolidColorPaint(SKColors.SkyBlue.WithAlpha(90)),
|
Fill = new SolidColorPaint(SKColors.SkyBlue.WithAlpha(90)),
|
||||||
GeometrySize = 8,
|
GeometrySize = 8,
|
||||||
GeometryStroke = new SolidColorPaint(SKColors.Green) { StrokeThickness = 2 }
|
GeometryStroke = new SolidColorPaint(SKColors.Green) { StrokeThickness = 2 },
|
||||||
|
LineSmoothness = 0,
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue