[Fancy Zones] Add scrollbar to the input field for excluded apps in the settings page (#5410)

This commit is contained in:
Hector Minaya 2020-08-01 01:48:38 -04:00 committed by GitHub
parent c946f10d0c
commit 8fc3f1ccbd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -279,6 +279,9 @@
Width="380"
Height="160"
HorizontalAlignment="Left"
ScrollViewer.VerticalScrollBarVisibility ="Visible"
ScrollViewer.VerticalScrollMode="Enabled"
ScrollViewer.IsVerticalRailEnabled="True"
TextWrapping="Wrap"
AcceptsReturn="True"/>
</StackPanel>