mirror of
https://github.com/microsoft/PowerToys
synced 2024-11-21 15:53:19 +00:00
test XAML
This commit is contained in:
parent
25aac6b63d
commit
d80e11f5d9
@ -50,8 +50,10 @@
|
||||
<!-- 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" />
|
||||
|
Loading…
Reference in New Issue
Block a user