|
@@ -370,14 +370,14 @@
|
|
|
|
|
|
</Grid>
|
|
|
</Button>
|
|
|
- <Separator BorderBrush="#94989C" BorderThickness="1">
|
|
|
+ <Separator Background="{StaticResource color.sys.layout.divider}" Width="16" Height="1">
|
|
|
<Separator.LayoutTransform>
|
|
|
<RotateTransform Angle="90" />
|
|
|
</Separator.LayoutTransform>
|
|
|
</Separator>
|
|
|
<Button
|
|
|
Name="BtnMiniSize"
|
|
|
- Width="40"
|
|
|
+ Width="46"
|
|
|
Height="40"
|
|
|
Background="Transparent"
|
|
|
BorderThickness="0"
|
|
@@ -393,7 +393,7 @@
|
|
|
</Button>
|
|
|
<Button
|
|
|
Name="BtnReStore"
|
|
|
- Width="40"
|
|
|
+ Width="46"
|
|
|
Height="40"
|
|
|
Background="Transparent"
|
|
|
BorderThickness="0"
|
|
@@ -413,7 +413,7 @@
|
|
|
</Button>
|
|
|
<Button
|
|
|
Name="BtnClose"
|
|
|
- Width="40"
|
|
|
+ Width="46"
|
|
|
Height="40"
|
|
|
Background="Transparent"
|
|
|
BorderThickness="0"
|