change EntryEditWindow height

This commit is contained in:
2026-03-27 20:10:00 +03:00
parent e0b30209cd
commit 663831989f

View File

@@ -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">