This commit is contained in:
Stefan Markovic 2024-11-18 14:04:38 +01:00
parent d80e11f5d9
commit ca7cee4ba4

View File

@ -50,10 +50,8 @@
<!-- Have to use a Grid instead of a StackPanel for scrolling to work? -->
<Grid
x:Name="KeywordsOverviewGrid"
Grid.Row="1" MaxHeight="{Binding Results.MaxHeight}"
Grid.Row="1"
MaxHeight="{Binding Results.MaxHeight}"
Visibility="{Binding PluginsOverviewVisibility}">
<Grid.RowDefinitions>
<RowDefinition Height="Auto" />