Padding test

This commit is contained in:
Chris Payne
2025-07-08 21:44:25 -04:00
parent f0fa8e0c98
commit b424f2c475
2 changed files with 2 additions and 2 deletions

View File

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