[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

@@ -1,14 +1,17 @@
<Window
<winuiex:WindowEx
x:Class="Microsoft.PowerToys.Settings.UI.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:local="using:Microsoft.PowerToys.Settings.UI.Views"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:winuiex="using:WinUIEx"
MinWidth="480"
MinHeight="480"
Closed="Window_Closed"
mc:Ignorable="d">
<Grid>
<local:ShellPage />
</Grid>
</Window>
</winuiex:WindowEx>