Skip to content

Commit

Permalink
Merge pull request #12 from Kurokitu/master
Browse files Browse the repository at this point in the history
菜单背景色修改
  • Loading branch information
LiuYunPlayer authored May 18, 2024
2 parents 3fd2f72 + 6b61450 commit 5a0957a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions TuneLab/Views/MainWindow.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,16 @@
ExtendClientAreaToDecorationsHint="True"
SizeChanged="Window_SizeChanged">

<Window.Styles>
<Style Selector="MenuItem > MenuItem">
<Setter Property="Foreground" Value="White"/>
<Setter Property="Background" Value="#272736"/>
</Style>
</Window.Styles>
<Window.Resources>
<SolidColorBrush x:Key="MenuFlyoutPresenterBackground">#272736</SolidColorBrush>
</Window.Resources>

<DockPanel Margin="{Binding $parent[Window].OffScreenMargin}">
<!-- Custom title bar -->
<Grid DockPanel.Dock="Top" Height="40" x:Name="CustomTitleBar">
Expand Down

0 comments on commit 5a0957a

Please sign in to comment.