Create savepasswords button and create blue left border

This commit is contained in:
Chernykh Aleksandr
2025-11-30 20:50:05 +03:00
parent 6f05b35af1
commit fb9c08a0de

View File

@@ -4,7 +4,12 @@
Title="KeyKeeper - <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"
Width="800"
Height="600">
<Grid>
<!-- <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD> -->
<Border Width="200"
Background="Blue"
HorizontalAlignment="Left"
VerticalAlignment="Stretch"/>
<StackPanel Margin="20" HorizontalAlignment="Left">
<!-- <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> KeyKeeper -->
<TextBlock Text="KeyKeeper"
@@ -13,7 +18,7 @@
HorizontalAlignment="Left"
Margin="0,0,0,20"/>
<!-- <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> -->
<!-- <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> -->
<Border BorderBrush="Gray"
BorderThickness="1"
CornerRadius="5"
@@ -30,6 +35,13 @@
</StackPanel>
</Border>
<!-- Save Passwords -->
<Button Content="Save Passwords"
Width="120"
Height="30"
Foreground="White"
HorizontalAlignment="Left"
Margin="0,20,0,0"/>
</StackPanel>
</Grid>
</Window>