Skip to content

Commit 74cf92b

Browse files
committed
change to resize without grip
1 parent 5559fea commit 74cf92b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Flow.Launcher/SettingWindow.xaml

Lines changed: 2 additions & 2 deletions
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">
@@ -895,7 +895,7 @@
895895
Background="{DynamicResource Color01B}">
896896
<ListBox
897897
Width="Auto"
898-
Margin="5,0,0,15"
898+
Margin="5,0,0,0"
899899
Padding="0,0,7,0"
900900
HorizontalAlignment="Stretch"
901901
Background="{DynamicResource Color01B}"

0 commit comments

Comments
 (0)