fix(search): keep close button visible for tall result lists
This commit is contained in:
@@ -27,20 +27,23 @@
|
||||
<Border x:Name="MainBorder"
|
||||
x:FieldModifier="private"
|
||||
Background="#01000000"
|
||||
Padding="10"
|
||||
Padding="10 13 10 10"
|
||||
HorizontalAlignment="Right"
|
||||
VerticalAlignment="Bottom">
|
||||
<Grid VerticalAlignment="Bottom">
|
||||
|
||||
<Grid.RowDefinitions>
|
||||
<RowDefinition Height="*" />
|
||||
<RowDefinition Height="Auto" />
|
||||
<RowDefinition Height="Auto" />
|
||||
<RowDefinition Height="Auto" />
|
||||
<RowDefinition Height="Auto" />
|
||||
</Grid.RowDefinitions>
|
||||
|
||||
<!--Grid Row 0: Close Button-->
|
||||
<Grid Grid.Row="0">
|
||||
<Grid x:Name="WindowStateBarContainer"
|
||||
x:FieldModifier="private"
|
||||
Grid.Row="0"
|
||||
MinHeight="26">
|
||||
<Grid.RowDefinitions>
|
||||
<RowDefinition Height="Auto" />
|
||||
</Grid.RowDefinitions>
|
||||
|
||||
Reference in New Issue
Block a user