Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Kinnara authored Dec 3, 2023
1 parent eb688f8 commit 6899a23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ModernWpf.Controls/NavigationView/NavigationView.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -1329,7 +1329,7 @@
</local:SplitView.Pane>

<local:SplitView.Content>
<Grid x:Name="ContentGrid">
<Grid x:Name="ContentGrid" Background="{DynamicResource NavigationViewContentBackground}">
<Grid.RowDefinitions>
<RowDefinition Height="Auto" />
<RowDefinition Height="Auto" />
Expand Down

0 comments on commit 6899a23

Please sign in to comment.