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;