mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-11-28 07:39:49 +08:00
[Hosts]Add scrollbar to additional lines (#21704)
This commit is contained in:
parent
420a24e607
commit
462a107c7c
@ -372,7 +372,10 @@
|
||||
Margin="0,12,0,0"
|
||||
HorizontalAlignment="Stretch"
|
||||
AcceptsReturn="True"
|
||||
TextWrapping="Wrap" />
|
||||
TextWrapping="Wrap"
|
||||
ScrollViewer.VerticalScrollBarVisibility="Visible"
|
||||
ScrollViewer.VerticalScrollMode="Enabled"
|
||||
ScrollViewer.IsVerticalRailEnabled="True" />
|
||||
|
||||
</ContentDialog>
|
||||
</Grid>
|
||||
|
Loading…
Reference in New Issue
Block a user