[Settings / OOBE] Adding Mica (#24327)

* Adding Mica

* Adding MinHeight
This commit is contained in:
Niels Laute
2023-03-14 18:18:30 +01:00
committed by GitHub
parent a29f73e624
commit 4291fa57f9
6 changed files with 21 additions and 23 deletions

View File

@@ -11,10 +11,6 @@
xmlns:views="using:Microsoft.PowerToys.Settings.UI.Views"
HighContrastAdjustment="None"
mc:Ignorable="d">
<!--
TODO(stefan): Bring back Should be available in v1.1
BackdropMaterial.ApplyToRootOrPageBackground="True"
-->
<i:Interaction.Behaviors>
<ic:EventTriggerBehavior EventName="Loaded">
@@ -22,10 +18,7 @@
</ic:EventTriggerBehavior>
</i:Interaction.Behaviors>
<Grid
x:Name="RootGrid"
Background="{ThemeResource ApplicationPageBackgroundThemeBrush}">
<Grid x:Name="RootGrid">
<NavigationView
x:Name="navigationView"
CompactModeThresholdWidth="1007"