diff --git a/src/Artemis.UI/ResourceDictionaries/LayerBrushDescriptors.xaml b/src/Artemis.UI/ResourceDictionaries/LayerBrushDescriptors.xaml index 0817791c9..2868fe67d 100644 --- a/src/Artemis.UI/ResourceDictionaries/LayerBrushDescriptors.xaml +++ b/src/Artemis.UI/ResourceDictionaries/LayerBrushDescriptors.xaml @@ -1,9 +1,10 @@  + xmlns:materialDesign="http://materialdesigninxaml.net/winfx/xaml/themes" + xmlns:shared="clr-namespace:Artemis.UI.Shared;assembly=Artemis.UI.Shared"> - + @@ -17,7 +18,7 @@ - + diff --git a/src/Artemis.UI/Screens/ProfileEditor/LayerProperties/LayerEffects/EffectsView.xaml b/src/Artemis.UI/Screens/ProfileEditor/LayerProperties/LayerEffects/EffectsView.xaml index 2e8460ced..aa7bca3e7 100644 --- a/src/Artemis.UI/Screens/ProfileEditor/LayerProperties/LayerEffects/EffectsView.xaml +++ b/src/Artemis.UI/Screens/ProfileEditor/LayerProperties/LayerEffects/EffectsView.xaml @@ -8,6 +8,7 @@ xmlns:s="https://github.com/canton7/Stylet" xmlns:behaviors="clr-namespace:Artemis.UI.Behaviors" xmlns:layerEffect="clr-namespace:Artemis.Core.LayerEffects;assembly=Artemis.Core" + xmlns:shared="clr-namespace:Artemis.UI.Shared;assembly=Artemis.UI.Shared" mc:Ignorable="d" d:DesignHeight="450" d:DesignWidth="800" d:DataContext="{d:DesignInstance local:EffectsViewModel}"> @@ -38,7 +39,7 @@ - + diff --git a/src/Artemis.UI/Screens/ProfileEditor/LayerProperties/LayerPropertiesView.xaml b/src/Artemis.UI/Screens/ProfileEditor/LayerProperties/LayerPropertiesView.xaml index d43e6ef30..a747494d1 100644 --- a/src/Artemis.UI/Screens/ProfileEditor/LayerProperties/LayerPropertiesView.xaml +++ b/src/Artemis.UI/Screens/ProfileEditor/LayerProperties/LayerPropertiesView.xaml @@ -317,12 +317,12 @@ Margin="6" Visibility="{Binding SelectedLayer, Converter={StaticResource NullToVisibilityConverter}}"> - + - + @@ -105,9 +106,9 @@ - + @@ -151,10 +152,10 @@ - diff --git a/src/Artemis.UI/Screens/ProfileEditor/ProfileTree/TreeItem/LayerView.xaml b/src/Artemis.UI/Screens/ProfileEditor/ProfileTree/TreeItem/LayerView.xaml index 6182e9357..eca32dc70 100644 --- a/src/Artemis.UI/Screens/ProfileEditor/ProfileTree/TreeItem/LayerView.xaml +++ b/src/Artemis.UI/Screens/ProfileEditor/ProfileTree/TreeItem/LayerView.xaml @@ -6,7 +6,9 @@ xmlns:s="https://github.com/canton7/Stylet" xmlns:materialDesign="http://materialdesigninxaml.net/winfx/xaml/themes" xmlns:treeItem1="clr-namespace:Artemis.UI.Screens.ProfileEditor.ProfileTree.TreeItem" - xmlns:Converters="clr-namespace:Artemis.UI.Converters" x:Class="Artemis.UI.Screens.ProfileEditor.ProfileTree.TreeItem.LayerView" + xmlns:Converters="clr-namespace:Artemis.UI.Converters" + xmlns:shared="clr-namespace:Artemis.UI.Shared;assembly=Artemis.UI.Shared" + x:Class="Artemis.UI.Screens.ProfileEditor.ProfileTree.TreeItem.LayerView" mc:Ignorable="d" d:DesignHeight="450" d:DesignWidth="800" d:DataContext="{d:DesignInstance {x:Type treeItem1:LayerViewModel}}"> @@ -53,14 +55,14 @@ - + - + diff --git a/src/Artemis.UI/Screens/ProfileEditor/Windows/LayerEffectSettingsWindowView.xaml b/src/Artemis.UI/Screens/ProfileEditor/Windows/LayerEffectSettingsWindowView.xaml index a7cb413e4..ea915b311 100644 --- a/src/Artemis.UI/Screens/ProfileEditor/Windows/LayerEffectSettingsWindowView.xaml +++ b/src/Artemis.UI/Screens/ProfileEditor/Windows/LayerEffectSettingsWindowView.xaml @@ -7,6 +7,7 @@ xmlns:s="https://github.com/canton7/Stylet" xmlns:materialDesign="http://materialdesigninxaml.net/winfx/xaml/themes" xmlns:windows="clr-namespace:Artemis.UI.Screens.ProfileEditor.Windows" + xmlns:shared="clr-namespace:Artemis.UI.Shared;assembly=Artemis.UI.Shared" mc:Ignorable="d" Title="Layer effect configuration" Background="{DynamicResource MaterialDesignPaper}" @@ -23,7 +24,7 @@ - +