Fix some rendering issues in calendar with all day events.

This commit is contained in:
Burak Kaan Köse
2026-04-07 21:49:23 +02:00
parent 71fc883e47
commit 1567d9fa5e
3 changed files with 16 additions and 7 deletions
@@ -29,7 +29,7 @@ internal sealed record TimedCalendarLayoutResult(IReadOnlyList<DateOnly> Visible
internal static class TimedCalendarLayoutCalculator
{
private const double AllDayItemHeight = 28d;
private const double AllDayItemHeight = 32d;
private const double AllDayItemGap = 4d;
private const double AllDaySectionPadding = 6d;