master
xaml 18 lines 641 Bytes
Raw
1 <windowex:WindowEx
2 x:Class="WslSettings.MainWindow"
3 xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
4 xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
5 xmlns:local="using:WslSettings"
6 xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
7 xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
8 xmlns:windowex="using:WinUIEx"
9 MinWidth="800"
10 MinHeight="480"
11 Width="1300"
12 Height="800"
13 Closed="Window_Closed"
14 mc:Ignorable="d">
15 <Window.SystemBackdrop>
16 <MicaBackdrop/>
17 </Window.SystemBackdrop>
18 </windowex:WindowEx>