Merge pull request #994 from cbordeman/master

Disable shrink/expand on mouseover for all scrollbars.
This commit is contained in:
rmcrackan 2024-10-10 07:38:24 -04:00 committed by GitHub
commit f7a4a95e3b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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>