From 330e02aefea328d395dd11e95bbc295c8b8d2fc1 Mon Sep 17 00:00:00 2001 From: Paolo Ghibaudo Date: Tue, 2 Jul 2024 16:00:56 +0200 Subject: [PATCH] removed thickness to work later --- src/Views/Histories.axaml.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Views/Histories.axaml.cs b/src/Views/Histories.axaml.cs index 40c29de9..8900e78e 100644 --- a/src/Views/Histories.axaml.cs +++ b/src/Views/Histories.axaml.cs @@ -159,8 +159,6 @@ namespace SourceGit.Views var geo = new StreamGeometry(); var pen = Models.CommitGraph.GetPen(line.Color); - pen.Thickness = 2.5; - using (var ctx = geo.Open()) { var started = false;