style(*): better color theme for window title bar

This commit is contained in:
leo 2020-08-03 16:47:48 +08:00
parent 81a3cb9566
commit 3bc461cbdf
4 changed files with 4 additions and 2 deletions

View file

@ -36,7 +36,7 @@
</Border.Style>
<!-- Window Content -->
<Grid Background="{StaticResource Brush.BG4}">
<Grid Background="{StaticResource Brush.BG6}">
<Grid.RowDefinitions>
<RowDefinition Height="32"/>
<RowDefinition Height="*"/>

View file

@ -12,7 +12,7 @@
<!-- Main Body -->
<Grid>
<Grid.ColumnDefinitions>
<ColumnDefinition Width="200" MinWidth="200" MaxWidth="360"/>
<ColumnDefinition Width="250" MinWidth="250" MaxWidth="360"/>
<ColumnDefinition Width="2"/>
<ColumnDefinition Width="*"/>
</Grid.ColumnDefinitions>