mirror of
https://github.com/KeyKeeperApp/KeyKeeper.git
synced 2026-05-02 04:46:31 +03:00
fix password being shown below the icon instead of username
This commit is contained in:
@@ -79,7 +79,7 @@
|
|||||||
<TextBlock Text="{Binding Name}"
|
<TextBlock Text="{Binding Name}"
|
||||||
HorizontalAlignment="Center"
|
HorizontalAlignment="Center"
|
||||||
Foreground="Black" />
|
Foreground="Black" />
|
||||||
<TextBlock Text="{Binding Password.Value}"
|
<TextBlock Text="{Binding Username.Value}"
|
||||||
Foreground="#666"
|
Foreground="#666"
|
||||||
HorizontalAlignment="Center" />
|
HorizontalAlignment="Center" />
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
|
|||||||
Reference in New Issue
Block a user