mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-21 12:15:00 +00: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 },
|
||||
Fill = new SolidColorPaint(SKColors.SkyBlue.WithAlpha(90)),
|
||||
GeometrySize = 8,
|
||||
GeometryStroke = new SolidColorPaint(SKColors.Green) { StrokeThickness = 2 }
|
||||
GeometryStroke = new SolidColorPaint(SKColors.Green) { StrokeThickness = 2 },
|
||||
LineSmoothness = 0,
|
||||
}
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue