From 05d14166e450b0be685f1d9697ae0118c90d0e0b Mon Sep 17 00:00:00 2001 From: Clint Rutkas Date: Wed, 11 Mar 2020 00:09:29 -0700 Subject: [PATCH] code directly borrowed from the WinUI app ... still same issue --- .../Controls/DummyUserControl.xaml | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/core/Microsoft.PowerToys.Settings.UI/Controls/DummyUserControl.xaml b/src/core/Microsoft.PowerToys.Settings.UI/Controls/DummyUserControl.xaml index 1665f7f2da..9a33299280 100644 --- a/src/core/Microsoft.PowerToys.Settings.UI/Controls/DummyUserControl.xaml +++ b/src/core/Microsoft.PowerToys.Settings.UI/Controls/DummyUserControl.xaml @@ -5,20 +5,20 @@ xmlns:local="using:Microsoft.PowerToys.Settings.UI.Controls" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" - xmlns:winui="using:Microsoft.UI.Xaml.Controls" + xmlns:muxc="using:Microsoft.UI.Xaml.Controls" mc:Ignorable="d" d:DesignHeight="300" d:DesignWidth="400"> - - - - - - - - - + + + + + + + + +