diff --git a/OwlCore.Wpf/AbstractUI/Themes/AbstractBooleanStyle.xaml b/OwlCore.Wpf/AbstractUI/Themes/AbstractBooleanStyle.xaml index 5092255..b2ef4a9 100644 --- a/OwlCore.Wpf/AbstractUI/Themes/AbstractBooleanStyle.xaml +++ b/OwlCore.Wpf/AbstractUI/Themes/AbstractBooleanStyle.xaml @@ -4,7 +4,6 @@ x:Class="OwlCore.Wpf.AbstractUI.Themes.AbstractBooleanStyle" xmlns:behaviors="http://schemas.microsoft.com/xaml/behaviors" xmlns:abstractUI="clr-namespace:OwlCore.AbstractUI.ViewModels;assembly=OwlCore.AbstractUI" - xmlns:convertvis="clr-namespace:OwlCore.Wpf.Converters.Bools.Visible" xmlns:controls="clr-namespace:OwlCore.Wpf.AbstractUI.Controls"> @@ -16,11 +15,11 @@ + Visibility="{Binding Title, Converter={StaticResource NotNullToVis}}" /> + Visibility="{Binding Subtitle, Converter={StaticResource NotNullToVis}}"/> @@ -35,10 +34,11 @@