mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-23 21:24:59 +00:00
ux: layout for Statistics
window
This commit is contained in:
parent
bc8a2cb162
commit
a52ebffbf3
2 changed files with 3 additions and 4 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue