Enlarge inline search icon and full-height hover area

This commit is contained in:
Meik
2026-03-05 14:55:06 +01:00
parent 19d8294a0b
commit 7d2ac0af68
2 changed files with 7 additions and 6 deletions

View File

@@ -84,9 +84,9 @@
<Setter Property="Cursor"
Value="Hand" />
<Setter Property="Width"
Value="32" />
Value="40" />
<Setter Property="Height"
Value="32" />
Value="40" />
<Setter Property="Padding"
Value="0" />
<Setter Property="HorizontalAlignment"
@@ -94,7 +94,7 @@
<Setter Property="VerticalAlignment"
Value="Center" />
<Setter Property="Margin"
Value="0,0,4,0" />
Value="0" />
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="{x:Type Button}">
@@ -102,7 +102,7 @@
Background="{TemplateBinding Background}"
BorderBrush="{TemplateBinding BorderBrush}"
BorderThickness="{TemplateBinding BorderThickness}"
CornerRadius="8">
CornerRadius="0,8,8,0">
<ContentPresenter HorizontalAlignment="Center"
VerticalAlignment="Center" />
</Border>
@@ -177,8 +177,8 @@
Click="OnSearchButtonClick"
ToolTip="{x:Static resx:Resources.search}">
<Image Source="{DynamicResource appbar_magnify}"
Width="18"
Height="18"
Width="24"
Height="24"
Tag="MAINICO" />
</Button>
</Grid>