Add ProgressRing
Add indicator when creating a wallet
This commit is contained in:
@@ -26,5 +26,12 @@
|
|||||||
PasswordChar="●"
|
PasswordChar="●"
|
||||||
Watermark="Confirm password" />
|
Watermark="Confirm password" />
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
|
<ProgressRing
|
||||||
|
Width="48"
|
||||||
|
Height="48"
|
||||||
|
HorizontalAlignment="Center"
|
||||||
|
VerticalAlignment="Center"
|
||||||
|
IsActive="{Binding Active}"
|
||||||
|
IsVisible="{Binding Active}" />
|
||||||
</Grid>
|
</Grid>
|
||||||
</ContentDialog>
|
</ContentDialog>
|
||||||
|
|||||||
Reference in New Issue
Block a user