Skip to content

Commit

Permalink
Fix properties navigation background (#1974)
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas1664 authored Sep 27, 2020
1 parent 8501bc9 commit 85556cf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Files/Views/Pages/Properties.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@
Unloaded="Properties_Unloaded"
mc:Ignorable="d">

<Page.Resources>
<SolidColorBrush x:Key="NavigationViewExpandedPaneBackground" Color="Transparent" />
<SolidColorBrush x:Key="NavigationViewDefaultPaneBackground" Color="Transparent" />
</Page.Resources>

<Grid>
<Grid.RowDefinitions>
<RowDefinition Height="32" />
Expand Down

0 comments on commit 85556cf

Please sign in to comment.