diff --git a/App.xaml b/App.xaml index ae0aa6d..a511eff 100644 --- a/App.xaml +++ b/App.xaml @@ -3,13 +3,12 @@ xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:dryIoc="http://prismlibrary.com/" - xmlns:local="clr-namespace:ModernWpfPlayground" xmlns:ui="http://schemas.modernwpf.com/2019"> - + diff --git a/MainWindow.xaml b/MainWindow.xaml index a54c19e..bc803cf 100644 --- a/MainWindow.xaml +++ b/MainWindow.xaml @@ -6,8 +6,8 @@ xmlns:local="clr-namespace:ModernWpfPlayground" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:prism="http://prismlibrary.com/" - xmlns:ui="http://schemas.modernwpf.com/2019" xmlns:propertyPresenter="clr-namespace:ModernWpfPlayground.PropertyPresenter" + xmlns:ui="http://schemas.modernwpf.com/2019" x:Name="Window" Title="{Binding Title}" Width="{Binding WindowWidth, Mode=TwoWay}" @@ -155,109 +155,118 @@ - - + + + + + + - - - - + Text="Dummy active" /> - - - - - + Text="Dummy inactive" /> + - - - - - - - - - - - - - - - - -