|
|
@@ -51,7 +51,7 @@ |
|
|
|
<Grid x:Name="area1"> |
|
|
|
<Grid.RowDefinitions> |
|
|
|
<RowDefinition Height="60" /> |
|
|
|
<RowDefinition Height="0.2*" /> |
|
|
|
<RowDefinition Height="0.4*" /> |
|
|
|
<RowDefinition Height="0.2*" /> |
|
|
|
<RowDefinition /> |
|
|
|
</Grid.RowDefinitions> |
|
|
@@ -135,8 +135,6 @@ |
|
|
|
<Border Style="{StaticResource borderStyle}"> |
|
|
|
<Border.Background> |
|
|
|
<LinearGradientBrush StartPoint="1,0" EndPoint="0.5,1"> |
|
|
|
<!--<GradientStop Offset="1" Color="#C93ADA" /> |
|
|
|
<GradientStop Offset="0" Color="#5844DD" />--> |
|
|
|
<GradientStop Offset="0" Color="#1FE6EC" /> |
|
|
|
<GradientStop Offset="1" Color="#7850F1" /> |
|
|
|
</LinearGradientBrush> |
|
|
@@ -261,7 +259,7 @@ |
|
|
|
<Grid Grid.Column="2"> |
|
|
|
<Grid.RowDefinitions> |
|
|
|
<RowDefinition Height="60" /> |
|
|
|
<RowDefinition Height="0.2*" /> |
|
|
|
<RowDefinition Height="0.4*" /> |
|
|
|
<RowDefinition Height="0.2*" /> |
|
|
|
<RowDefinition /> |
|
|
|
</Grid.RowDefinitions> |
|
|
|