mirror of
https://github.com/KeyKeeperApp/KeyKeeper.git
synced 2026-05-19 06:46:32 +03:00
update axaml
This commit is contained in:
@@ -58,8 +58,14 @@
|
|||||||
PasswordChar="*"
|
PasswordChar="*"
|
||||||
Watermark="Enter password"
|
Watermark="Enter password"
|
||||||
Padding="10,8"/>
|
Padding="10,8"/>
|
||||||
|
<!-- Линия сложности пароля -->
|
||||||
|
<StackPanel Margin="0, -5, 0, 0">
|
||||||
|
<Border x:Name="StrengthBorder" Height="3" CornerRadius="2" Background="Gray" Width="0" HorizontalAlignment="Left"/>
|
||||||
|
<TextBlock x:Name="StrengthText" FontSize="11" Margin="0,4,0,0" Foreground="Gray"/>
|
||||||
|
</StackPanel>
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
|
|
||||||
|
<!-- Подтверждение пароля -->
|
||||||
<StackPanel Spacing="10">
|
<StackPanel Spacing="10">
|
||||||
<TextBlock Text="Confirm password" FontWeight="SemiBold" Foreground="Black" />
|
<TextBlock Text="Confirm password" FontWeight="SemiBold" Foreground="Black" />
|
||||||
<TextBox x:Name="ConfirmPasswordBox"
|
<TextBox x:Name="ConfirmPasswordBox"
|
||||||
|
|||||||
Reference in New Issue
Block a user