mirror of
https://github.com/KeyKeeperApp/KeyKeeper.git
synced 2026-05-04 22:06:30 +03:00
fix password list margin
This commit is contained in:
@@ -96,8 +96,7 @@
|
|||||||
|
|
||||||
<!-- 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"
|
||||||
|
|||||||
Reference in New Issue
Block a user