|
@@ -89,7 +89,7 @@
|
|
|
|
|
|
</Border>
|
|
</Border>
|
|
<TextBlock
|
|
<TextBlock
|
|
- Margin="0,18,0,0"
|
|
|
|
|
|
+ Margin="0,18,0,20"
|
|
HorizontalAlignment="Center"
|
|
HorizontalAlignment="Center"
|
|
FontFamily="Segoe UI"
|
|
FontFamily="Segoe UI"
|
|
FontSize="12"
|
|
FontSize="12"
|
|
@@ -100,7 +100,7 @@
|
|
Text="{Binding Text_admail}" />
|
|
Text="{Binding Text_admail}" />
|
|
<TextBlock
|
|
<TextBlock
|
|
Width="360"
|
|
Width="360"
|
|
- Margin="0,8,0,0"
|
|
|
|
|
|
+ Margin="0,8,0,20"
|
|
HorizontalAlignment="Center"
|
|
HorizontalAlignment="Center"
|
|
FontFamily="Segoe UI"
|
|
FontFamily="Segoe UI"
|
|
FontSize="14"
|
|
FontSize="14"
|
|
@@ -109,6 +109,7 @@
|
|
Text="{Binding UserEmail}"
|
|
Text="{Binding UserEmail}"
|
|
TextAlignment="Center"
|
|
TextAlignment="Center"
|
|
TextWrapping="Wrap" />
|
|
TextWrapping="Wrap" />
|
|
|
|
+
|
|
</StackPanel>
|
|
</StackPanel>
|
|
</Grid>
|
|
</Grid>
|
|
<TextBlock
|
|
<TextBlock
|