Skip to content

Commit

Permalink
Fix changing background theme options
Browse files Browse the repository at this point in the history
  • Loading branch information
TheJoeFin committed Feb 17, 2024
1 parent 8a934ef commit 3bcc4e2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Text-Grab/Views/SettingsWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<Setter Property="TextAlignment" Value="Center" />
</Style>
</Window.Resources>
<Grid>
<Grid Background="{DynamicResource SolidBackgroundFillColorBaseBrush}">
<Grid.RowDefinitions>
<RowDefinition Height="auto" />
<RowDefinition Height="*" />
Expand All @@ -47,7 +47,6 @@
<ui:NavigationView
x:Name="SettingsNavView"
Grid.Row="1"
Background="{ui:ThemeResource SolidBackgroundFillColorBaseBrush}"
IsBackButtonVisible="Collapsed"
PaneDisplayMode="LeftFluent">
<ui:NavigationView.MenuItems>
Expand Down

0 comments on commit 3bcc4e2

Please sign in to comment.