Skip to content

Commit 6a0cf30

Browse files
committed
fix: wrong width for commit graph
1 parent a690f77 commit 6a0cf30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Views/Histories.axaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ public override void Render(DrawingContext context)
451451
return;
452452

453453
// Calculate drawing area.
454-
double width = Bounds.Width - 156 - 96 - histories.AuthorNameColumnWidth.Value;
454+
double width = Bounds.Width - 273 - histories.AuthorNameColumnWidth.Value;
455455
double height = Bounds.Height;
456456
double startY = list.Scroll?.Offset.Y ?? 0;
457457
double endY = startY + height + 28;

0 commit comments

Comments
 (0)