Skip to content

Commit

Permalink
Remove unused Style Setter
Browse files Browse the repository at this point in the history
  • Loading branch information
bagusnl committed Oct 24, 2023
1 parent ee070b7 commit 3b3ae3f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions CollapseLauncher/App.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -407,11 +407,6 @@
</Setter>
</Style>
<!-- END: Button styles -->
<!--https://github.com/microsoft/microsoft-ui-xaml/issues/8756-->
<Style TargetType="MenuFlyoutPresenter">
<Setter Property="Background" Value="{ThemeResource ApplicationPageBackgroundThemeBrush}"/>
<Setter Property="BorderBrush" Value="{ThemeResource ApplicationPageBackgroundThemeBrush}"/>
</Style>
</ResourceDictionary>
<!-- Custom controls styles -->
<ResourceDictionary Source="ms-appx:///XAMLs/Theme/DataGrid.xaml"/>
Expand Down

0 comments on commit 3b3ae3f

Please sign in to comment.