mirror of
https://fastgit.cc/github.com/sourcegit-scm/sourcegit
synced 2026-04-30 22:01:10 +08:00
ux: new commit graph decorator style (#564)
This commit is contained in:
@@ -186,6 +186,7 @@ namespace SourceGit.Models
|
||||
// Margins & merge state (used by Views.Histories).
|
||||
commit.IsMerged = isMerged;
|
||||
commit.Margin = new Thickness(Math.Max(offsetX, maxOffsetOld) + halfWidth + 2, 0, 0, 0);
|
||||
commit.Color = dotColor;
|
||||
}
|
||||
|
||||
// Deal with curves haven't ended yet.
|
||||
|
||||
Reference in New Issue
Block a user