mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 18:57:19 +02:00
fixes for WindowWalker (#1767)
* #1744, #1743, #1742 * disabling commands
This commit is contained in:
@@ -51,6 +51,9 @@ namespace WindowWalker
|
||||
|
||||
UpdateDisplayedVersionNumber();
|
||||
|
||||
Left = (SystemParameters.WorkArea.Width - ActualWidth) / 2.0;
|
||||
Top = (SystemParameters.WorkArea.Height - ActualHeight) / 2.0;
|
||||
|
||||
HideWindow();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user