[Settings] Adding MinWidth (#25405)

* Adding MinWidth

* Proper reflowing of info
This commit is contained in:
Niels Laute
2023-04-21 18:59:08 +02:00
committed by GitHub
parent 3a63a088ed
commit 5eb47cb8d4
5 changed files with 51 additions and 33 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;