Allow FZ Editor windows to minimize

this is useful on small screens
This commit is contained in:
Enrico Giordani 2019-10-22 14:16:16 +02:00
parent 425a418599
commit b26ee410d1
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
Width="528"
SizeToContent="Height"
Background="White"
ResizeMode="NoResize"
ResizeMode="CanMinimize"
WindowStartupLocation="CenterScreen"
Closed="OnClosed">

View File

@ -10,7 +10,7 @@
Width="528"
SizeToContent="Height"
Background="White"
ResizeMode="NoResize"
ResizeMode="CanMinimize"
WindowStartupLocation="CenterScreen"
Closed="OnClosed">