Skip to content

Commit 4f7e839

Browse files
authored
Merge pull request #862 from onesounds/ScrollBarWindowSetting
Fix overlapping of scrollbar and resize area
2 parents 1321005 + 74cf92b commit 4f7e839

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher/SettingWindow.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
Icon="Images\app.ico"
2323
Loaded="OnLoaded"
2424
MouseDown="window_MouseDown"
25-
ResizeMode="CanResizeWithGrip"
25+
ResizeMode="CanResize"
2626
StateChanged="Window_StateChanged"
2727
WindowStartupLocation="CenterScreen"
2828
mc:Ignorable="d">

0 commit comments

Comments
 (0)