Merge pull request #862 from onesounds/ScrollBarWindowSetting

Fix overlapping of scrollbar and resize area
This commit is contained in:
Jeremy Wu 2021-12-05 18:23:34 +11:00 committed by GitHub
commit 4f7e839948
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,7 +22,7 @@
Icon="Images\app.ico"
Loaded="OnLoaded"
MouseDown="window_MouseDown"
ResizeMode="CanResizeWithGrip"
ResizeMode="CanResize"
StateChanged="Window_StateChanged"
WindowStartupLocation="CenterScreen"
mc:Ignorable="d">