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.
|
- 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.
|
- 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).
|
- 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.
|
- Vertikale Startposition der Linkliste in `Nützliche Links` an die Content-Startkante der übrigen Tabs angeglichen.
|
||||||
|
|
||||||
### Information-Tab
|
### Information-Tab
|
||||||
|
|||||||
@@ -84,9 +84,9 @@
|
|||||||
<Setter Property="Cursor"
|
<Setter Property="Cursor"
|
||||||
Value="Hand" />
|
Value="Hand" />
|
||||||
<Setter Property="Width"
|
<Setter Property="Width"
|
||||||
Value="32" />
|
Value="40" />
|
||||||
<Setter Property="Height"
|
<Setter Property="Height"
|
||||||
Value="32" />
|
Value="40" />
|
||||||
<Setter Property="Padding"
|
<Setter Property="Padding"
|
||||||
Value="0" />
|
Value="0" />
|
||||||
<Setter Property="HorizontalAlignment"
|
<Setter Property="HorizontalAlignment"
|
||||||
@@ -94,7 +94,7 @@
|
|||||||
<Setter Property="VerticalAlignment"
|
<Setter Property="VerticalAlignment"
|
||||||
Value="Center" />
|
Value="Center" />
|
||||||
<Setter Property="Margin"
|
<Setter Property="Margin"
|
||||||
Value="0,0,4,0" />
|
Value="0" />
|
||||||
<Setter Property="Template">
|
<Setter Property="Template">
|
||||||
<Setter.Value>
|
<Setter.Value>
|
||||||
<ControlTemplate TargetType="{x:Type Button}">
|
<ControlTemplate TargetType="{x:Type Button}">
|
||||||
@@ -102,7 +102,7 @@
|
|||||||
Background="{TemplateBinding Background}"
|
Background="{TemplateBinding Background}"
|
||||||
BorderBrush="{TemplateBinding BorderBrush}"
|
BorderBrush="{TemplateBinding BorderBrush}"
|
||||||
BorderThickness="{TemplateBinding BorderThickness}"
|
BorderThickness="{TemplateBinding BorderThickness}"
|
||||||
CornerRadius="8">
|
CornerRadius="0,8,8,0">
|
||||||
<ContentPresenter HorizontalAlignment="Center"
|
<ContentPresenter HorizontalAlignment="Center"
|
||||||
VerticalAlignment="Center" />
|
VerticalAlignment="Center" />
|
||||||
</Border>
|
</Border>
|
||||||
@@ -177,8 +177,8 @@
|
|||||||
Click="OnSearchButtonClick"
|
Click="OnSearchButtonClick"
|
||||||
ToolTip="{x:Static resx:Resources.search}">
|
ToolTip="{x:Static resx:Resources.search}">
|
||||||
<Image Source="{DynamicResource appbar_magnify}"
|
<Image Source="{DynamicResource appbar_magnify}"
|
||||||
Width="18"
|
Width="24"
|
||||||
Height="18"
|
Height="24"
|
||||||
Tag="MAINICO" />
|
Tag="MAINICO" />
|
||||||
</Button>
|
</Button>
|
||||||
</Grid>
|
</Grid>
|
||||||
|
|||||||
Reference in New Issue
Block a user