[Settings / OOBE] Adding Mica (#24327)

* Adding Mica

* Adding MinHeight
This commit is contained in:
Niels Laute
2023-03-14 18:18:30 +01:00
committed by GitHub
parent a29f73e624
commit 4291fa57f9
6 changed files with 21 additions and 23 deletions

View File

@@ -13,13 +13,14 @@ using Microsoft.UI.Windowing;
using Microsoft.UI.Xaml;
using Windows.ApplicationModel.Resources;
using Windows.Graphics;
using WinUIEx;
namespace Microsoft.PowerToys.Settings.UI
{
/// <summary>
/// An empty window that can be used on its own or navigated to within a Frame.
/// </summary>
public sealed partial class OobeWindow : Window
public sealed partial class OobeWindow : WindowEx
{
private PowerToysModules initialModule;