mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 20:27:36 +02:00
[Settings, OOBE] set location to center screen (#10022)
and ensure the window is inside the screen work area
This commit is contained in:
@@ -30,6 +30,7 @@ namespace PowerToys.Settings
|
||||
public OobeWindow()
|
||||
{
|
||||
InitializeComponent();
|
||||
Utils.FitToScreen(this);
|
||||
}
|
||||
|
||||
private void Window_Closed(object sender, EventArgs e)
|
||||
|
||||
Reference in New Issue
Block a user