Skip to content

Commit

Permalink
Fixed background color in NavigationViewRootPage
Browse files Browse the repository at this point in the history
  • Loading branch information
turbolocust committed Oct 7, 2022
1 parent 1b84c4b commit 5afcc7f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions SimpleZIP_UI/Presentation/View/NavigationViewRootPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@
AlwaysShowHeader="False" IsSettingsVisible="True" ItemInvoked="NavigationView_OnItemInvoked" Loaded="NavigationView_OnLoaded"
IsBackButtonVisible="Auto" IsBackEnabled="True" BackRequested="NavigationView_OnBackRequested" PaneOpened="NavigationView_OnPaneOpened"
PaneClosed="NavigationView_OnPaneClosed" IsDoubleTapEnabled="False">
<NavigationView.Resources>
<SolidColorBrush x:Key="NavigationViewDefaultPaneBackground" Color="Transparent" />
</NavigationView.Resources>
<NavigationView.MenuItems>
<NavigationViewItem Icon="Home" Tag="Home">
<TextBlock x:Uid="Home" Text="" FontSize="{Binding FontSizeViewItem.Value}" VerticalAlignment="Center" HorizontalAlignment="Left" />
Expand Down

0 comments on commit 5afcc7f

Please sign in to comment.