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