revert change based on PR feedback

This commit is contained in:
Enrico Giordani
2019-10-24 21:36:09 +02:00
parent b26ee410d1
commit 661ac4e841
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

@@ -11,7 +11,7 @@
Width="810" Width="810"
SizeToContent="Height" SizeToContent="Height"
Background="White" Background="White"
ResizeMode="CanMinimize" ResizeMode="NoResize"
WindowStartupLocation="CenterScreen" WindowStartupLocation="CenterScreen"
Loaded="OnLoaded" Loaded="OnLoaded"
Closed="OnClosed"> Closed="OnClosed">