[Oobe]Fix close button style (#16530)

This commit is contained in:
Jaime Bernardo
2022-02-23 15:17:44 +00:00
committed by GitHub
parent d5fc4547a2
commit 50a73965d9
2 changed files with 5 additions and 5 deletions

View File

@@ -96,7 +96,7 @@ namespace PowerToys.Settings
{
base.OnSourceInitialized(e);
var hwnd = new WindowInteropHelper(this).Handle;
NativeMethods.SetToolWindowStyle(hwnd);
NativeMethods.SetPopupStyle(hwnd);
}
}
}