We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f562e15 commit c4090bbCopy full SHA for c4090bb
Flow.Launcher/PluginUpdateWindow.xaml
@@ -66,7 +66,13 @@
66
Text="{DynamicResource updateAllPluginsButtonContent}"
67
TextAlignment="Left" />
68
69
- <StackPanel x:Name="UpdatePluginStackPanel" Margin="0 5 0 5" />
+ <ScrollViewer
70
+ MaxHeight="300"
71
+ Margin="0 5 0 5"
72
+ HorizontalScrollBarVisibility="Disabled"
73
+ VerticalScrollBarVisibility="Auto">
74
+ <StackPanel x:Name="UpdatePluginStackPanel" />
75
+ </ScrollViewer>
76
77
<Rectangle
78
Height="1"
0 commit comments