mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-06-26 21:04:59 +00:00
removed thickness
to work later
This commit is contained in:
parent
b75e8d5425
commit
330e02aefe
1 changed files with 0 additions and 2 deletions
|
@ -159,8 +159,6 @@ namespace SourceGit.Views
|
||||||
var geo = new StreamGeometry();
|
var geo = new StreamGeometry();
|
||||||
var pen = Models.CommitGraph.GetPen(line.Color);
|
var pen = Models.CommitGraph.GetPen(line.Color);
|
||||||
|
|
||||||
pen.Thickness = 2.5;
|
|
||||||
|
|
||||||
using (var ctx = geo.Open())
|
using (var ctx = geo.Open())
|
||||||
{
|
{
|
||||||
var started = false;
|
var started = false;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue