Browse Source

Try to fix unit test

pull/9443/head
Max Katz 4 years ago
parent
commit
b0618d1057
  1. 2
      samples/ControlCatalog/MainWindow.xaml

2
samples/ControlCatalog/MainWindow.xaml

@ -5,7 +5,7 @@
Icon="/Assets/test_icon.ico"
xmlns:local="using:ControlCatalog"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:vm="using:ControlCatalog.ViewModels"
xmlns:vm="clr-namespace:ControlCatalog.ViewModels;assembly=ControlCatalog"
xmlns:v="using:ControlCatalog.Views"
ExtendClientAreaToDecorationsHint="{Binding ExtendClientAreaEnabled}"
ExtendClientAreaChromeHints="{Binding ChromeHints}"

Loading…
Cancel
Save