Enlarge inline search icon and full-height hover area
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
- Buttons in `Suche` und `Nützliche Links` in Position und Größe angeglichen.
|
||||
- Suchfeld um einen Inline-Button erweitert, um die Suche zusätzlich per Maus auszulösen.
|
||||
- Klickbarkeit des Inline-Suchbuttons im Suchfeld sichergestellt (Layering/Z-Index korrigiert).
|
||||
- Inline-Suchbutton visuell vergrößert; Hover-Fläche auf volle Suchfeldhöhe erweitert.
|
||||
- Vertikale Startposition der Linkliste in `Nützliche Links` an die Content-Startkante der übrigen Tabs angeglichen.
|
||||
|
||||
### Information-Tab
|
||||
|
||||
@@ -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