|
@@ -86,7 +86,6 @@
|
|
|
Foreground="White"
|
|
|
Text="{Binding Useremailchar, Mode=TwoWay}" />
|
|
|
</Grid>
|
|
|
-
|
|
|
</Border>
|
|
|
<TextBlock
|
|
|
Margin="0,18,0,0"
|
|
@@ -109,7 +108,10 @@
|
|
|
Text="{Binding UserEmail}"
|
|
|
TextAlignment="Center"
|
|
|
TextWrapping="Wrap" />
|
|
|
- <Button Command="{Binding ChangeEmailCommand}" Content="Change Email" />
|
|
|
+ <Button
|
|
|
+ Command="{Binding ChangeEmailCommand}"
|
|
|
+ Content="Change Email"
|
|
|
+ Visibility="Collapsed" />
|
|
|
</StackPanel>
|
|
|
</Grid>
|
|
|
<TextBlock
|
|
@@ -227,12 +229,9 @@
|
|
|
Style="{StaticResource btn.upgrade}"
|
|
|
Visibility="{Binding Subscriptionbtn, Mode=TwoWay}" />
|
|
|
</StackPanel>
|
|
|
-
|
|
|
</StackPanel>
|
|
|
<Grid>
|
|
|
<ContentControl prism:RegionManager.RegionName="{Binding UserRegionName}" Visibility="Visible" />
|
|
|
</Grid>
|
|
|
</Grid>
|
|
|
-
|
|
|
-</UserControl>
|
|
|
-
|
|
|
+</UserControl>
|