ux: new style for current HEAD

This commit is contained in:
leo 2024-08-23 10:29:43 +08:00
parent c1ee47a79d
commit 729e0d6cc8
No known key found for this signature in database

View file

@ -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);