mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-12-24 20:57:19 -08:00
style<*>: use Brush.Border0 for all Windows
This commit is contained in:
parent
af875b9ed0
commit
166e07ed54
7 changed files with 8 additions and 8 deletions
|
@ -14,7 +14,7 @@
|
||||||
</WindowChrome.WindowChrome>
|
</WindowChrome.WindowChrome>
|
||||||
|
|
||||||
<!-- Window Layout -->
|
<!-- Window Layout -->
|
||||||
<Border BorderBrush="{StaticResource Brush.Border3}" BorderThickness="1">
|
<Border BorderBrush="{StaticResource Brush.Border0}" BorderThickness="1">
|
||||||
<Grid>
|
<Grid>
|
||||||
<Grid.RowDefinitions>
|
<Grid.RowDefinitions>
|
||||||
<RowDefinition Height="32"/>
|
<RowDefinition Height="32"/>
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
</WindowChrome.WindowChrome>
|
</WindowChrome.WindowChrome>
|
||||||
|
|
||||||
<!-- Window Content -->
|
<!-- Window Content -->
|
||||||
<Border BorderBrush="{StaticResource Brush.Border3}">
|
<Border BorderBrush="{StaticResource Brush.Border0}">
|
||||||
<!-- Fix Maximize BUG -->
|
<!-- Fix Maximize BUG -->
|
||||||
<Border.Style>
|
<Border.Style>
|
||||||
<Style TargetType="{x:Type Border}">
|
<Style TargetType="{x:Type Border}">
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
</WindowChrome.WindowChrome>
|
</WindowChrome.WindowChrome>
|
||||||
|
|
||||||
<!-- Layout Window -->
|
<!-- Layout Window -->
|
||||||
<Border Background="{StaticResource Brush.Window}" BorderBrush="{StaticResource Brush.Border3}">
|
<Border Background="{StaticResource Brush.Window}" BorderBrush="{StaticResource Brush.Border0}">
|
||||||
<!-- Fix Maximize BUG -->
|
<!-- Fix Maximize BUG -->
|
||||||
<Border.Style>
|
<Border.Style>
|
||||||
<Style TargetType="{x:Type Border}">
|
<Style TargetType="{x:Type Border}">
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
</WindowChrome.WindowChrome>
|
</WindowChrome.WindowChrome>
|
||||||
|
|
||||||
<!-- Window Layout -->
|
<!-- Window Layout -->
|
||||||
<Border Background="{StaticResource Brush.Window}" BorderThickness="1" BorderBrush="{StaticResource Brush.Border3}">
|
<Border Background="{StaticResource Brush.Window}" BorderThickness="1" BorderBrush="{StaticResource Brush.Border0}">
|
||||||
<Grid>
|
<Grid>
|
||||||
<Grid.RowDefinitions>
|
<Grid.RowDefinitions>
|
||||||
<RowDefinition Height="32"/>
|
<RowDefinition Height="32"/>
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
</WindowChrome.WindowChrome>
|
</WindowChrome.WindowChrome>
|
||||||
|
|
||||||
<!-- Window Layout -->
|
<!-- Window Layout -->
|
||||||
<Border BorderBrush="{StaticResource Brush.Border3}">
|
<Border BorderBrush="{StaticResource Brush.Border0}">
|
||||||
|
|
||||||
<!-- Fix Maximize BUG -->
|
<!-- Fix Maximize BUG -->
|
||||||
<Border.Style>
|
<Border.Style>
|
||||||
|
@ -178,7 +178,7 @@
|
||||||
BorderThickness="0"
|
BorderThickness="0"
|
||||||
BorderBrush="{StaticResource Brush.Border0}"
|
BorderBrush="{StaticResource Brush.Border0}"
|
||||||
Background="Transparent"
|
Background="Transparent"
|
||||||
CornerRadius="3,3,0,0"/>
|
CornerRadius="4,4,0,0"/>
|
||||||
|
|
||||||
<ContentPresenter
|
<ContentPresenter
|
||||||
x:Name="ContentSite"
|
x:Name="ContentSite"
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
</WindowChrome.WindowChrome>
|
</WindowChrome.WindowChrome>
|
||||||
|
|
||||||
<!-- Window Layout -->
|
<!-- Window Layout -->
|
||||||
<Border BorderBrush="{StaticResource Brush.Border3}" BorderThickness="1">
|
<Border BorderBrush="{StaticResource Brush.Border0}" BorderThickness="1">
|
||||||
<Grid Background="{StaticResource Brush.Window}">
|
<Grid Background="{StaticResource Brush.Window}">
|
||||||
<Grid.RowDefinitions>
|
<Grid.RowDefinitions>
|
||||||
<RowDefinition Height="32"/>
|
<RowDefinition Height="32"/>
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
</WindowChrome.WindowChrome>
|
</WindowChrome.WindowChrome>
|
||||||
|
|
||||||
<!-- Window Layout -->
|
<!-- Window Layout -->
|
||||||
<Border BorderBrush="{StaticResource}" BorderThickness="1">
|
<Border BorderBrush="{StaticResource Brush.Border0}" BorderThickness="1">
|
||||||
<Grid Background="{StaticResource Brush.Window}">
|
<Grid Background="{StaticResource Brush.Window}">
|
||||||
<Grid.RowDefinitions>
|
<Grid.RowDefinitions>
|
||||||
<RowDefinition Height="32"/>
|
<RowDefinition Height="32"/>
|
||||||
|
|
Loading…
Reference in a new issue