mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
change to resize without grip
This commit is contained in:
parent
5559feab1e
commit
74cf92bc48
1 changed files with 2 additions and 2 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">
|
||||
|
|
@ -895,7 +895,7 @@
|
|||
Background="{DynamicResource Color01B}">
|
||||
<ListBox
|
||||
Width="Auto"
|
||||
Margin="5,0,0,15"
|
||||
Margin="5,0,0,0"
|
||||
Padding="0,0,7,0"
|
||||
HorizontalAlignment="Stretch"
|
||||
Background="{DynamicResource Color01B}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue