Fix padding

This commit is contained in:
Chris Payne
2025-07-08 21:46:08 -04:00
parent e5e911d9e2
commit 13ee0a690f

View File

@@ -12,7 +12,7 @@
<Style x:Key="RoundedTextBox" TargetType="TextBox"> <Style x:Key="RoundedTextBox" TargetType="TextBox">
<Setter Property="Background" Value="#2d2d3a"/> <Setter Property="Background" Value="#2d2d3a"/>
<Setter Property="Foreground" Value="White"/> <Setter Property="Foreground" Value="White"/>
<Setter Property="Padding" Value="0,6"/> <Setter Property="Padding" Value="2,6,6,6"/>
<Setter Property="BorderBrush" Value="#3f3f3f"/> <Setter Property="BorderBrush" Value="#3f3f3f"/>
<Setter Property="BorderThickness" Value="1"/> <Setter Property="BorderThickness" Value="1"/>
<Setter Property="FontSize" Value="14"/> <Setter Property="FontSize" Value="14"/>