mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-12-24 20:57:19 -08: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:
|
||||
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;
|
||||
case Models.CommitGraph.DotType.Merge:
|
||||
context.DrawEllipse(pen.Brush, null, dot.Center, 6, 6);
|
||||
|
|
Loading…
Reference in a new issue