fix verticalalignment not working

This commit is contained in:
bluepilledgreat 2024-10-22 18:15:08 +01:00
parent 5475fe59de
commit 254fd46d94

View File

@ -33,7 +33,7 @@
<Grid> <Grid>
<Grid.RowDefinitions> <Grid.RowDefinitions>
<RowDefinition Height="Auto" /> <RowDefinition Height="Auto" />
<RowDefinition Height="Auto" /> <RowDefinition Height="*" />
</Grid.RowDefinitions> </Grid.RowDefinitions>
<ui:TitleBar <ui:TitleBar