mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-22 12:45:00 +00:00
style(*): better color theme for window title bar
This commit is contained in:
parent
81a3cb9566
commit
3bc461cbdf
4 changed files with 4 additions and 2 deletions
|
@ -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="*"/>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue