Start refining the UI

This commit is contained in:
TheXamlGuy
2024-05-30 19:29:56 +01:00
parent a237ab1e66
commit 3a49b731cb
16 changed files with 149 additions and 28 deletions
+3 -3
View File
@@ -4,10 +4,10 @@
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:vm="using:Bitvault"
x:DataType="vm:ItemHeaderViewModel">
<StackPanel Grid.Column="1" Spacing="18">
<StackPanel Grid.Column="1" Spacing="12">
<PersonPicture
Width="96"
Height="96"
Width="144"
Height="144"
DisplayName="{Binding Value}" />
<TextBox
MaxWidth="360"