Tidy up UI so input elements dont stand out as much

This commit is contained in:
TheXamlGuy
2024-07-13 10:45:28 +01:00
parent 902d7e4659
commit cc699f19e0
8 changed files with 24 additions and 4 deletions
+2
View File
@@ -13,6 +13,8 @@
<Thickness x:Key="TextControlCompactPadding">0</Thickness>
<Thickness x:Key="TextControlCompactMargin">0,-3,0,0</Thickness>
<BooleanToPasswordCharConverter x:Key="BooleanToPasswordCharConverter" PasswordChar="&#x25CF;" />
<SolidColorBrush x:Key="TextControlBorderBrush" Color="Transparent" />
<SolidColorBrush x:Key="TextControlBorderBrushPointerOver" Color="Transparent" />
</SettingsExpander.Resources>
<SettingsExpander.Action>
<ItemEntryActionView />