[PTRun]Wire plugin hints height to "max results to show" setting (#31134)

This commit is contained in:
Stefan Markovic
2024-01-26 15:10:45 +01:00
committed by GitHub
parent 421a8578e5
commit d37c124463

View File

@@ -51,7 +51,7 @@
<Grid
x:Name="KeywordsOverviewGrid"
Grid.Row="1"
MaxHeight="256"
MaxHeight="{Binding Results.MaxHeight}"
Visibility="{Binding PluginsOverviewVisibility}">
<Grid.RowDefinitions>
<RowDefinition Height="Auto" />