From 493790f6bd8d30612a48c812421bc02cb4eeac01 Mon Sep 17 00:00:00 2001 From: SpoinkyNL Date: Fri, 29 May 2020 17:30:25 +0200 Subject: [PATCH] Layer timeline - Hide hidden properties --- .../LayerProperties/Timeline/TimelinePropertyView.xaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Artemis.UI/Screens/Module/ProfileEditor/LayerProperties/Timeline/TimelinePropertyView.xaml b/src/Artemis.UI/Screens/Module/ProfileEditor/LayerProperties/Timeline/TimelinePropertyView.xaml index 83f6e1afe..e4e8d112e 100644 --- a/src/Artemis.UI/Screens/Module/ProfileEditor/LayerProperties/Timeline/TimelinePropertyView.xaml +++ b/src/Artemis.UI/Screens/Module/ProfileEditor/LayerProperties/Timeline/TimelinePropertyView.xaml @@ -8,7 +8,8 @@ xmlns:s="https://github.com/canton7/Stylet" mc:Ignorable="d" d:DesignHeight="450" d:DesignWidth="800" - d:DataContext="{d:DesignInstance local:TimelinePropertyViewModel}"> + d:DataContext="{d:DesignInstance local:TimelinePropertyViewModel}" + Visibility="{Binding LayerPropertyBaseViewModel.IsVisible, Converter={x:Static s:BoolToVisibilityConverter.Instance}, Mode=OneWay}">