mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-15 19:27:56 +01:00
[PTRun]Wire plugin hints height to "max results to show" setting (#31134)
This commit is contained in:
@@ -51,7 +51,7 @@
|
|||||||
<Grid
|
<Grid
|
||||||
x:Name="KeywordsOverviewGrid"
|
x:Name="KeywordsOverviewGrid"
|
||||||
Grid.Row="1"
|
Grid.Row="1"
|
||||||
MaxHeight="256"
|
MaxHeight="{Binding Results.MaxHeight}"
|
||||||
Visibility="{Binding PluginsOverviewVisibility}">
|
Visibility="{Binding PluginsOverviewVisibility}">
|
||||||
<Grid.RowDefinitions>
|
<Grid.RowDefinitions>
|
||||||
<RowDefinition Height="Auto" />
|
<RowDefinition Height="Auto" />
|
||||||
|
|||||||
Reference in New Issue
Block a user