mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-23 05:05:00 +00:00
ux: new style for current HEAD
This commit is contained in:
parent
c1ee47a79d
commit
729e0d6cc8
1 changed files with 1 additions and 1 deletions
|
@ -585,7 +585,7 @@ namespace SourceGit.Views
|
||||||
{
|
{
|
||||||
case Models.CommitGraph.DotType.Head:
|
case Models.CommitGraph.DotType.Head:
|
||||||
context.DrawEllipse(dotFill, pen, dot.Center, 6, 6);
|
context.DrawEllipse(dotFill, pen, dot.Center, 6, 6);
|
||||||
context.DrawEllipse(pen.Brush, null, dot.Center, 2, 2);
|
context.DrawEllipse(pen.Brush, null, dot.Center, 3, 3);
|
||||||
break;
|
break;
|
||||||
case Models.CommitGraph.DotType.Merge:
|
case Models.CommitGraph.DotType.Merge:
|
||||||
context.DrawEllipse(pen.Brush, null, dot.Center, 6, 6);
|
context.DrawEllipse(pen.Brush, null, dot.Center, 6, 6);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue