Polish config dialog header and center search input text

This commit is contained in:
Meik
2026-03-05 14:42:51 +01:00
parent 70ee5882e4
commit 0fd3ddde21
4 changed files with 30 additions and 13 deletions

View File

@@ -55,8 +55,10 @@
Value="{DynamicResource inputBorderColor}" />
<Setter Property="BorderThickness"
Value="1" />
<Setter Property="VerticalContentAlignment"
Value="Center" />
<Setter Property="Padding"
Value="8,3" />
Value="10,0" />
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="{x:Type TextBox}">
@@ -167,7 +169,7 @@
Style="{StaticResource SearchTextBoxStyle}"
Width="320"
Height="40"
Padding="8,3,42,3"
Padding="10,0,42,0"
FontSize="14"
Panel.ZIndex="1110"
KeyDown="OnSearchBoxEnter" />