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

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

@@ -51,7 +51,7 @@
<Grid x:Name="area1">
<Grid.RowDefinitions>
<RowDefinition Height="60" />
<RowDefinition Height="0.4*" />
<RowDefinition Height="0.7*" />
<RowDefinition Height="0.2*" />
<RowDefinition />
</Grid.RowDefinitions>
@@ -259,7 +259,7 @@
<Grid Grid.Column="2">
<Grid.RowDefinitions>
<RowDefinition Height="60" />
<RowDefinition Height="0.4*" />
<RowDefinition Height="0.7*" />
<RowDefinition Height="0.2*" />
<RowDefinition />
</Grid.RowDefinitions>


Loading…
Cancel
Save