fix aero windows freaking out

This commit is contained in:
bluepilledgreat 2024-02-03 21:47:54 +00:00
parent 4119792514
commit fce067ab4f

View File

@ -22,6 +22,8 @@
WindowStartupLocation="CenterScreen"
WindowStyle="None"
mc:Ignorable="d">
<!-- Background is a hack to stop weirdness -->
<Grid Background="#01ffffff">
<Grid Margin="32,16">
<Grid.RowDefinitions>
<RowDefinition Height="*" />
@ -65,4 +67,5 @@
FontSize="14"
IsEnabled="{Binding CancelEnabled, Mode=OneWay}" />
</Grid>
</Grid>
</base:WpfUiWindow>