mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-22 12:45:00 +00:00
ux: default commit graph thickness
This commit is contained in:
parent
6930b51c64
commit
22d5927aa5
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ namespace SourceGit.Models
|
|||
public class ThemeOverrides
|
||||
{
|
||||
public Dictionary<string, Color> BasicColors { get; set; } = new Dictionary<string, Color>();
|
||||
public double GraphPenThickness { get; set; } = 1.5;
|
||||
public double GraphPenThickness { get; set; } = 2;
|
||||
public List<Color> GraphColors { get; set; } = new List<Color>();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue