ux: layout for Statistics window

This commit is contained in:
leo 2024-09-24 20:50:53 +08:00
parent bc8a2cb162
commit a52ebffbf3
No known key found for this signature in database
2 changed files with 3 additions and 4 deletions

View file

@ -46,7 +46,7 @@ namespace SourceGit.Models
YAxes = [new Axis() {
TextSize = 10,
MinLimit = 0,
SeparatorsPaint = new SolidColorPaint(SKColors.LightSlateGray) { StrokeThickness = .6f }
SeparatorsPaint = new SolidColorPaint(new SKColor(0x40808080)) { StrokeThickness = 1 }
}];
if (mode == StaticsticsMode.ThisWeek)