diff --git a/src/Artemis.UI.Shared/DataModelVisualization/Input/DataModelDynamicView.xaml b/src/Artemis.UI.Shared/DataModelVisualization/Input/DataModelDynamicView.xaml index 3a3821f83..3884b80c9 100644 --- a/src/Artemis.UI.Shared/DataModelVisualization/Input/DataModelDynamicView.xaml +++ b/src/Artemis.UI.Shared/DataModelVisualization/Input/DataModelDynamicView.xaml @@ -29,40 +29,35 @@ - - - - - - + \ No newline at end of file diff --git a/src/Artemis.UI.Shared/ResourceDictionaries/DataModelConditions.xaml b/src/Artemis.UI.Shared/ResourceDictionaries/DataModelConditions.xaml index 60023c5c6..38feeee18 100644 --- a/src/Artemis.UI.Shared/ResourceDictionaries/DataModelConditions.xaml +++ b/src/Artemis.UI.Shared/ResourceDictionaries/DataModelConditions.xaml @@ -74,21 +74,7 @@ - - - + diff --git a/src/Artemis.UI/Screens/ProfileEditor/LayerProperties/LayerPropertiesViewModel.cs b/src/Artemis.UI/Screens/ProfileEditor/LayerProperties/LayerPropertiesViewModel.cs index 0ab89f0f7..8151541ff 100644 --- a/src/Artemis.UI/Screens/ProfileEditor/LayerProperties/LayerPropertiesViewModel.cs +++ b/src/Artemis.UI/Screens/ProfileEditor/LayerProperties/LayerPropertiesViewModel.cs @@ -221,7 +221,7 @@ namespace Artemis.UI.Screens.ProfileEditor.LayerProperties NotifyOfPropertyChange(nameof(TimeCaretPosition)); } - private void ProfileEditorServiceOnSelectedDataBindingChanged(object? sender, EventArgs e) + private void ProfileEditorServiceOnSelectedDataBindingChanged(object sender, EventArgs e) { RightSideIndex = ProfileEditorService.SelectedDataBinding != null ? 1 : 0; } diff --git a/src/Artemis.UI/Screens/ProfileEditor/LayerProperties/Tree/TreePropertyView.xaml b/src/Artemis.UI/Screens/ProfileEditor/LayerProperties/Tree/TreePropertyView.xaml index b21a4f2f5..8e29a9019 100644 --- a/src/Artemis.UI/Screens/ProfileEditor/LayerProperties/Tree/TreePropertyView.xaml +++ b/src/Artemis.UI/Screens/ProfileEditor/LayerProperties/Tree/TreePropertyView.xaml @@ -10,14 +10,38 @@ mc:Ignorable="d" d:DesignHeight="450" d:DesignWidth="800"> - + + + + @@ -55,7 +79,7 @@ p.Name); + SelectedProfile = descriptor; } }