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
@@ -53,7 +53,7 @@
<Grid x:Name="TimedRoot" Visibility="Collapsed">
<Grid.RowDefinitions>
<RowDefinition Height="Auto" />
<RowDefinition Height="Auto" />
<RowDefinition Height="{x:Bind helpers:XamlHelpers.DoubleToGridLength(TimedAllDayHeight), Mode=OneWay}" />
<RowDefinition Height="*" />
</Grid.RowDefinitions>
<Grid.ColumnDefinitions>