Skip to content

Commit c4090bb

Browse files
committed
Use ScrollViewer for max height
1 parent f562e15 commit c4090bb

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Flow.Launcher/PluginUpdateWindow.xaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,13 @@
6666
Text="{DynamicResource updateAllPluginsButtonContent}"
6767
TextAlignment="Left" />
6868

69-
<StackPanel x:Name="UpdatePluginStackPanel" Margin="0 5 0 5" />
69+
<ScrollViewer
70+
MaxHeight="300"
71+
Margin="0 5 0 5"
72+
HorizontalScrollBarVisibility="Disabled"
73+
VerticalScrollBarVisibility="Auto">
74+
<StackPanel x:Name="UpdatePluginStackPanel" />
75+
</ScrollViewer>
7076

7177
<Rectangle
7278
Height="1"

0 commit comments

Comments
 (0)