mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 12:18:50 +02:00
18 lines
686 B
Plaintext
18 lines
686 B
Plaintext
|
|
<winuiex:WindowEx
|
||
|
|
x:Class="Microsoft.PowerToys.Settings.UI.ScoobeWindow"
|
||
|
|
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.OOBE.Views"
|
||
|
|
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
||
|
|
xmlns:winuiex="using:WinUIEx"
|
||
|
|
MinWidth="480"
|
||
|
|
MinHeight="480"
|
||
|
|
Closed="Window_Closed"
|
||
|
|
mc:Ignorable="d">
|
||
|
|
<Window.SystemBackdrop>
|
||
|
|
<MicaBackdrop />
|
||
|
|
</Window.SystemBackdrop>
|
||
|
|
<local:ScoobeShellPage x:Name="shellPage" />
|
||
|
|
</winuiex:WindowEx>
|