Merge pull request #994 from cbordeman/master
Disable shrink/expand on mouseover for all scrollbars.
This commit is contained in:
commit
f7a4a95e3b
@ -77,6 +77,10 @@
|
||||
<Style Selector="Button">
|
||||
<Setter Property="VerticalContentAlignment" Value="Center"/>
|
||||
</Style>
|
||||
<Style Selector="ScrollBar">
|
||||
<!-- It's called AutoHide, but this is really the mouseover shrink/expand. -->
|
||||
<Setter Property="AllowAutoHide" Value="false"/>
|
||||
</Style>
|
||||
</Application.Styles>
|
||||
|
||||
<NativeMenu.Menu>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user