xxe 2 years ago
parent
commit
e52318b9c0
1 changed files with 2 additions and 4 deletions
  1. +2
    -4
      HKCardOUT/Views/AdWindow.xaml

+ 2
- 4
HKCardOUT/Views/AdWindow.xaml View File

@@ -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>


Loading…
Cancel
Save