|
@@ -36,13 +36,13 @@
|
|
|
<Border
|
|
|
x:Name="Title"
|
|
|
Width="184"
|
|
|
- Height="28"
|
|
|
- Margin="4,0,0,2"
|
|
|
+ Height="34"
|
|
|
+ Margin="4,6,0,2"
|
|
|
BorderBrush="#A0A2AE"
|
|
|
BorderThickness="1,1,1,0"
|
|
|
CornerRadius="5,5,0,0"
|
|
|
WindowChrome.IsHitTestVisibleInChrome="True">
|
|
|
- <Grid Background="Transparent">
|
|
|
+ <Grid>
|
|
|
<Grid.ColumnDefinitions>
|
|
|
<ColumnDefinition Width="auto" />
|
|
|
<ColumnDefinition Width="*" MinWidth="10" />
|
|
@@ -124,7 +124,7 @@
|
|
|
</ResourceDictionary>
|
|
|
</Window.Resources>
|
|
|
<Border>
|
|
|
- <Grid>
|
|
|
+ <Grid Background="#DFDFE0">
|
|
|
<Grid.RowDefinitions>
|
|
|
<RowDefinition Height="40" />
|
|
|
<RowDefinition Height="*" />
|
|
@@ -155,7 +155,7 @@
|
|
|
<Grid
|
|
|
Width="16"
|
|
|
Height="38"
|
|
|
- Margin="0,2,0,0"
|
|
|
+ Margin="0,0,0,0"
|
|
|
Background="Transparent" />
|
|
|
</dragablz:TabablzControl.HeaderPrefixContent>
|
|
|
</dragablz:TabablzControl>
|
|
@@ -168,17 +168,23 @@
|
|
|
Name="BtnMiniSize"
|
|
|
Width="40"
|
|
|
Height="40"
|
|
|
+ Background="Transparent"
|
|
|
+ BorderThickness="0"
|
|
|
Click="BtnMiniSize_Click"
|
|
|
Content="--" />
|
|
|
<Button
|
|
|
Name="BtnReStore"
|
|
|
Width="40"
|
|
|
Height="40"
|
|
|
+ Background="Transparent"
|
|
|
+ BorderThickness="0"
|
|
|
Click="BtnReStore_Click" />
|
|
|
<Button
|
|
|
Name="BtnClose"
|
|
|
Width="40"
|
|
|
Height="40"
|
|
|
+ Background="Transparent"
|
|
|
+ BorderThickness="0"
|
|
|
Click="BtnClose_Click"
|
|
|
Content="X" />
|
|
|
</StackPanel>
|