[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

@@ -22,7 +22,7 @@ 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 MainWindow : Window
public sealed partial class MainWindow : WindowEx
{
public MainWindow(bool isDark, bool createHidden = false)
{