diff options
Diffstat (limited to 'support/hololens/ServoApp/App.xaml')
-rw-r--r-- | support/hololens/ServoApp/App.xaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/support/hololens/ServoApp/App.xaml b/support/hololens/ServoApp/App.xaml index 015f637b3df..333b37f88b7 100644 --- a/support/hololens/ServoApp/App.xaml +++ b/support/hololens/ServoApp/App.xaml @@ -4,4 +4,8 @@ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:local="using:ServoApp"> + <Application.Resources> + <XamlControlsResources xmlns="using:Microsoft.UI.Xaml.Controls" /> + </Application.Resources> + </Application> |