Enlarge inline search icon and full-height hover area
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user