Preview 3 lock

This commit is contained in:
TheXamlGuy
2024-07-06 22:59:33 +01:00
parent c0b166b970
commit 015af41fc8
5 changed files with 25 additions and 13 deletions
-2
View File
@@ -5,7 +5,6 @@
xmlns:v="using:Wallet.Avalonia"
xmlns:vm="using:Wallet"
x:DataType="vm:PasswordEntryViewModel"
Header="{Binding Key}"
IsExpanded="False">
<SettingsExpander.Resources>
@@ -40,7 +39,6 @@
<Setter Property="Margin" Value="{StaticResource TextControlCompactMargin}" />
<Setter Property="Padding" Value="{StaticResource TextControlCompactPadding}" />
<Setter Property="MinHeight" Value="0" />
<Setter Property="TextWrapping" Value="Wrap" />
<Setter Property="Foreground">
<Setter.Value>
<SolidColorBrush Opacity="0.7" Color="{DynamicResource TextFillColorPrimary}" />