set pen thickness

"General": {
    "Pen.Thickness": "4.4"
  }
This commit is contained in:
ghiboz 2024-07-05 14:02:30 +02:00
parent 1c524cf310
commit c0348b73bd
4 changed files with 30 additions and 0 deletions

View file

@ -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;