fix password list margin

This commit is contained in:
2026-03-27 14:23:25 +03:00
parent 9ed68588c3
commit 848a6cbbb8

View File

@@ -96,12 +96,11 @@
<!-- ListBox с паролями --> <!-- ListBox с паролями -->
<ListBox x:Name="PasswordsListBox" <ListBox x:Name="PasswordsListBox"
Width="580" Margin="234 10 10 10"
Margin="286 10 10 10" ItemsSource="{Binding Passwords}"
ItemsSource="{Binding Passwords}" Background="Transparent"
Background="Transparent" SelectionMode="Single"
SelectionMode="Single" KeyDown="PasswordsListBox_KeyDown">
KeyDown="PasswordsListBox_KeyDown">
<ListBox.ItemsPanel> <ListBox.ItemsPanel>
<ItemsPanelTemplate> <ItemsPanelTemplate>