mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Use ScrollViewer for max height
This commit is contained in:
parent
f562e159e8
commit
c4090bbfe1
1 changed files with 7 additions and 1 deletions
|
|
@ -66,7 +66,13 @@
|
|||
Text="{DynamicResource updateAllPluginsButtonContent}"
|
||||
TextAlignment="Left" />
|
||||
|
||||
<StackPanel x:Name="UpdatePluginStackPanel" Margin="0 5 0 5" />
|
||||
<ScrollViewer
|
||||
MaxHeight="300"
|
||||
Margin="0 5 0 5"
|
||||
HorizontalScrollBarVisibility="Disabled"
|
||||
VerticalScrollBarVisibility="Auto">
|
||||
<StackPanel x:Name="UpdatePluginStackPanel" />
|
||||
</ScrollViewer>
|
||||
|
||||
<Rectangle
|
||||
Height="1"
|
||||
|
|
|
|||
Loading…
Reference in a new issue