mirror of
https://github.com/microsoft/terminal.git
synced 2025-12-12 08:40:37 -06:00
wpf: Change scrollbar buttons to one line per click (#3397)
Fix scrolling in the WPF control so that clicking the arrow buttons scrolls one line at a time.
This commit is contained in:
parent
126d489af9
commit
26decf13d0
@ -13,6 +13,6 @@
|
||||
<ColumnDefinition Width="Auto"/>
|
||||
</Grid.ColumnDefinitions>
|
||||
<local:TerminalContainer x:Name="termContainer"/>
|
||||
<ScrollBar x:Name="scrollbar" Scroll="Scrollbar_Scroll" Grid.Column="1" />
|
||||
<ScrollBar x:Name="scrollbar" Scroll="Scrollbar_Scroll" SmallChange="1" Grid.Column="1" />
|
||||
</Grid>
|
||||
</UserControl>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user