Match search textbox size to action buttons

This commit is contained in:
Meik
2026-03-05 14:01:39 +01:00
parent 04beb06548
commit 4d4768476f
2 changed files with 2 additions and 1 deletions

View File

@@ -115,7 +115,7 @@
x:FieldModifier="private"
Style="{StaticResource SearchTextBoxStyle}"
Width="320"
Height="30"
Height="40"
FontSize="14"
Panel.ZIndex="1110"
KeyDown="OnSearchBoxEnter"