We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a690f77 commit 6a0cf30Copy full SHA for 6a0cf30
src/Views/Histories.axaml.cs
@@ -451,7 +451,7 @@ public override void Render(DrawingContext context)
451
return;
452
453
// Calculate drawing area.
454
- double width = Bounds.Width - 156 - 96 - histories.AuthorNameColumnWidth.Value;
+ double width = Bounds.Width - 273 - histories.AuthorNameColumnWidth.Value;
455
double height = Bounds.Height;
456
double startY = list.Scroll?.Offset.Y ?? 0;
457
double endY = startY + height + 28;
0 commit comments