fixes for WindowWalker (#1767)

* #1744, #1743, #1742

* disabling commands
This commit is contained in:
Clint Rutkas
2020-03-27 16:25:49 -07:00
committed by GitHub
parent e0340dadf4
commit 3028e70a0f
3 changed files with 19 additions and 12 deletions

View File

@@ -51,6 +51,9 @@ namespace WindowWalker
UpdateDisplayedVersionNumber();
Left = (SystemParameters.WorkArea.Width - ActualWidth) / 2.0;
Top = (SystemParameters.WorkArea.Height - ActualHeight) / 2.0;
HideWindow();
}