ux: disable line smoothness in Statistics

This commit is contained in:
leo 2024-09-24 09:40:55 +08:00
parent 0bc7208230
commit 1b63da45e5
No known key found for this signature in database

View file

@ -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,
}
);