mirror of
https://github.com/KeyKeeperApp/KeyKeeper.git
synced 2026-04-21 15:06:29 +03:00
change EntryEditWindow height
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
Title="Add Entry"
|
||||
CanResize="False"
|
||||
Width="450"
|
||||
Height="650"
|
||||
Height="400"
|
||||
Background="White">
|
||||
|
||||
<ScrollViewer>
|
||||
@@ -26,11 +26,9 @@
|
||||
<TextBlock Text="Password:" HorizontalAlignment="Right"
|
||||
Grid.Row="3" Grid.Column="0" Margin="5" />
|
||||
|
||||
<!-- Grid for password field with strength indicator -->
|
||||
<Grid Grid.Row="3" Grid.Column="1" Margin="5" RowDefinitions="Auto,Auto">
|
||||
<TextBox Name="PasswordEdit" Text="{Binding Password}" Grid.Row="0" PasswordChar="*" />
|
||||
|
||||
<!-- Password strength indicator -->
|
||||
<Border Name="PasswordStrengthIndicator" Grid.Row="1"
|
||||
Height="4" CornerRadius="2" Margin="0,3,0,0"
|
||||
Background="#ddd">
|
||||
|
||||
Reference in New Issue
Block a user