Make menu footer transparent

This commit is contained in:
pizzaboxer 2024-06-11 22:40:37 +01:00
parent a2261c5e92
commit 2ab5e91f59
No known key found for this signature in database
GPG Key ID: 59D4A1DBAD0F2BA8

View File

@ -76,7 +76,10 @@
</Grid>
</Grid>
<StatusBar x:Name="RootStatusBar" Grid.Row="2" Padding="14,10" Background="{ui:ThemeResource ApplicationBackgroundBrush}" BorderThickness="0,1,0,0">
<StatusBar x:Name="RootStatusBar" Grid.Row="2" Padding="14,10" BorderThickness="0,1,0,0">
<StatusBar.Background>
<SolidColorBrush Color="{ui:ThemeResource ApplicationBackgroundColor}" Opacity="0" />
</StatusBar.Background>
<StatusBar.ItemsPanel>
<ItemsPanelTemplate>
<Grid>