Add Password watermark to open wallet screen
This commit is contained in:
@@ -31,7 +31,7 @@
|
|||||||
<TextBlock
|
<TextBlock
|
||||||
FontSize="10"
|
FontSize="10"
|
||||||
Foreground="{DynamicResource TextOnAccentFillColorPrimaryBrush}"
|
Foreground="{DynamicResource TextOnAccentFillColorPrimaryBrush}"
|
||||||
Text="BETA PREVIEW 1" />
|
Text="BETA PREVIEW 2" />
|
||||||
</Border>
|
</Border>
|
||||||
</NavigationView.PaneHeader>
|
</NavigationView.PaneHeader>
|
||||||
<NavigationView.PaneCustomContent>
|
<NavigationView.PaneCustomContent>
|
||||||
|
|||||||
@@ -22,7 +22,8 @@
|
|||||||
Width="360"
|
Width="360"
|
||||||
Classes="revealPasswordButton"
|
Classes="revealPasswordButton"
|
||||||
PasswordChar="●"
|
PasswordChar="●"
|
||||||
Text="{Binding Password}">
|
Text="{Binding Password}"
|
||||||
|
Watermark="Password">
|
||||||
<Interaction.Behaviors>
|
<Interaction.Behaviors>
|
||||||
<KeyBindingTriggerBehaviour Gesture="Enter" IsEnabled="{Binding Password, Converter={x:Static StringConverters.IsNotNullOrEmpty}}">
|
<KeyBindingTriggerBehaviour Gesture="Enter" IsEnabled="{Binding Password, Converter={x:Static StringConverters.IsNotNullOrEmpty}}">
|
||||||
<InvokeCommandAction Command="{Binding InvokeCommand}" />
|
<InvokeCommandAction Command="{Binding InvokeCommand}" />
|
||||||
|
|||||||
Reference in New Issue
Block a user