mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-06-27 13:24:59 +00:00
Improved color graph lines
This commit is contained in:
parent
3ba027bd16
commit
9973a116d1
3 changed files with 44 additions and 9 deletions
|
@ -158,6 +158,7 @@ namespace SourceGit.Views
|
|||
|
||||
var geo = new StreamGeometry();
|
||||
var pen = Models.CommitGraph.Pens[line.Color];
|
||||
pen.Thickness = 2.5;
|
||||
using (var ctx = geo.Open())
|
||||
{
|
||||
var started = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue