diff --git a/src/Models/Statistics.cs b/src/Models/Statistics.cs index 8bb80921..8335ec6b 100644 --- a/src/Models/Statistics.cs +++ b/src/Models/Statistics.cs @@ -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) diff --git a/src/Views/Statistics.axaml b/src/Views/Statistics.axaml index ebd1f554..6e2a00dd 100644 --- a/src/Views/Statistics.axaml +++ b/src/Views/Statistics.axaml @@ -11,7 +11,7 @@ x:DataType="vm:Statistics" x:Name="ThisControl" Title="{DynamicResource Text.Statistics}" - Width="860" Height="500" + Width="800" Height="500" WindowStartupLocation="CenterOwner" CanResize="False"> @@ -63,7 +63,7 @@