mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-22 20:54:59 +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
|
@ -113,7 +113,7 @@ namespace SourceGit.Models
|
|||
private set;
|
||||
} = new List<Pen>();
|
||||
|
||||
public static void SetDefaultPens(double thickness = 1.5)
|
||||
public static void SetDefaultPens(double thickness = 2)
|
||||
{
|
||||
SetPens(_defaultPenColors, thickness);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue