mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-21 20:24:59 +00:00
set pen thickness
"General": { "Pen.Thickness": "4.4" }
This commit is contained in:
parent
1c524cf310
commit
c0348b73bd
4 changed files with 30 additions and 0 deletions
|
@ -158,6 +158,8 @@ namespace SourceGit.Views
|
|||
|
||||
var geo = new StreamGeometry();
|
||||
var pen = Models.CommitGraph.Pens[line.Color];
|
||||
pen.Thickness = Models.CommitGraph.GetPenThickness();
|
||||
|
||||
using (var ctx = geo.Open())
|
||||
{
|
||||
var started = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue