|
@@ -94,6 +94,8 @@
|
|
|
<RowDefinition />
|
|
|
<RowDefinition Height="Auto" />
|
|
|
<RowDefinition />
|
|
|
+ <RowDefinition Height="Auto" />
|
|
|
+ <RowDefinition />
|
|
|
</Grid.RowDefinitions>
|
|
|
|
|
|
<Label
|
|
@@ -188,7 +190,7 @@
|
|
|
</TextBox>
|
|
|
|
|
|
<Label
|
|
|
- Grid.Row="6"
|
|
|
+ Grid.Row="8"
|
|
|
Grid.Column="0"
|
|
|
HorizontalContentAlignment="Left"
|
|
|
VerticalContentAlignment="Center"
|
|
@@ -198,7 +200,7 @@
|
|
|
Foreground="#0c9ea1" />
|
|
|
|
|
|
<TextBox
|
|
|
- Grid.Row="7"
|
|
|
+ Grid.Row="9"
|
|
|
HorizontalContentAlignment="Center"
|
|
|
VerticalContentAlignment="Center"
|
|
|
BorderBrush="#019b9b"
|
|
@@ -212,7 +214,7 @@
|
|
|
</TextBox>
|
|
|
|
|
|
<Label
|
|
|
- Grid.Row="8"
|
|
|
+ Grid.Row="10"
|
|
|
Grid.Column="0"
|
|
|
HorizontalContentAlignment="Left"
|
|
|
VerticalContentAlignment="Center"
|
|
@@ -222,7 +224,7 @@
|
|
|
Foreground="#0c9ea1" />
|
|
|
|
|
|
<PasswordBox
|
|
|
- Grid.Row="9"
|
|
|
+ Grid.Row="11"
|
|
|
HorizontalContentAlignment="Center"
|
|
|
VerticalContentAlignment="Center"
|
|
|
utils:PasswordHelper.Attach="True"
|
|
@@ -237,7 +239,7 @@
|
|
|
</PasswordBox>
|
|
|
|
|
|
<Label
|
|
|
- Grid.Row="10"
|
|
|
+ Grid.Row="12"
|
|
|
Grid.Column="0"
|
|
|
HorizontalContentAlignment="Left"
|
|
|
VerticalContentAlignment="Center"
|
|
@@ -247,7 +249,7 @@
|
|
|
Foreground="#0c9ea1" />
|
|
|
|
|
|
<PasswordBox
|
|
|
- Grid.Row="11"
|
|
|
+ Grid.Row="13"
|
|
|
HorizontalContentAlignment="Center"
|
|
|
VerticalContentAlignment="Center"
|
|
|
utils:PasswordHelper.Attach="True"
|