mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Merge pull request #862 from onesounds/ScrollBarWindowSetting
Fix overlapping of scrollbar and resize area
This commit is contained in:
commit
4f7e839948
1 changed files with 1 additions and 1 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in a new issue