change to resize without grip

This commit is contained in:
Jeremy 2021-12-05 18:17:55 +11:00
parent 5559feab1e
commit 74cf92bc48

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">
@ -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}"