We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1642c2 commit 5333330Copy full SHA for 5333330
Files/Views/MainPage.xaml
@@ -15,7 +15,7 @@
15
xmlns:usercontrols="using:Files.UserControls.MultitaskingControl"
16
xmlns:viewmodels="using:Files.ViewModels"
17
muxc:BackdropMaterial.ApplyToRootOrPageBackground="False"
18
- Background="{ThemeResource RootBackgroundBrush}"
+ Background="Transparent"
19
KeyboardAcceleratorPlacementMode="Hidden"
20
Loaded="Page_Loaded"
21
NavigationCacheMode="Required"
@@ -200,7 +200,7 @@
200
</KeyboardAccelerator>
201
</Page.KeyboardAccelerators>
202
203
- <Border>
+ <Border Background="{ThemeResource RootBackgroundBrush}">
204
<controls:SidebarControl
205
x:Name="SidebarControl"
206
Grid.Column="0"
0 commit comments