Skip to content

Commit 85556cf

Browse files
authored
Fix properties navigation background (#1974)
1 parent 8501bc9 commit 85556cf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Files/Views/Pages/Properties.xaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@
1414
Unloaded="Properties_Unloaded"
1515
mc:Ignorable="d">
1616

17+
<Page.Resources>
18+
<SolidColorBrush x:Key="NavigationViewExpandedPaneBackground" Color="Transparent" />
19+
<SolidColorBrush x:Key="NavigationViewDefaultPaneBackground" Color="Transparent" />
20+
</Page.Resources>
21+
1722
<Grid>
1823
<Grid.RowDefinitions>
1924
<RowDefinition Height="32" />

0 commit comments

Comments
 (0)