From b8071028f170a69fc7749f37849669eb85a421f3 Mon Sep 17 00:00:00 2001 From: Yoshi Askharoun Date: Fri, 17 May 2024 02:43:06 -0500 Subject: [PATCH] [WIP] Allow theming of AbsUI controls --- .../AbstractUI/Themes/AbstractDataListStyle.xaml | 14 +++++++++----- .../Themes/AbstractUIGroupPresenterStyle.xaml | 10 ---------- .../AbstractUI/Themes/AbstractUIResources.xaml | 12 +++++++++++- 3 files changed, 20 insertions(+), 16 deletions(-) diff --git a/OwlCore.Wpf/AbstractUI/Themes/AbstractDataListStyle.xaml b/OwlCore.Wpf/AbstractUI/Themes/AbstractDataListStyle.xaml index b5acc37..32daf5f 100644 --- a/OwlCore.Wpf/AbstractUI/Themes/AbstractDataListStyle.xaml +++ b/OwlCore.Wpf/AbstractUI/Themes/AbstractDataListStyle.xaml @@ -17,7 +17,9 @@ - + + + @@ -102,7 +104,9 @@ - + @@ -140,7 +144,7 @@ - + @@ -165,8 +169,8 @@ + Text="{Binding Subtitle}" + FontSize="12" FontWeight="Light" Opacity="0.5" TextTrimming="CharacterEllipsis" /> diff --git a/OwlCore.Wpf/AbstractUI/Themes/AbstractUIGroupPresenterStyle.xaml b/OwlCore.Wpf/AbstractUI/Themes/AbstractUIGroupPresenterStyle.xaml index 7355a72..912e749 100644 --- a/OwlCore.Wpf/AbstractUI/Themes/AbstractUIGroupPresenterStyle.xaml +++ b/OwlCore.Wpf/AbstractUI/Themes/AbstractUIGroupPresenterStyle.xaml @@ -64,16 +64,6 @@ - - - - diff --git a/OwlCore.Wpf/AbstractUI/Themes/AbstractUIResources.xaml b/OwlCore.Wpf/AbstractUI/Themes/AbstractUIResources.xaml index 3657a58..cf04a94 100644 --- a/OwlCore.Wpf/AbstractUI/Themes/AbstractUIResources.xaml +++ b/OwlCore.Wpf/AbstractUI/Themes/AbstractUIResources.xaml @@ -5,8 +5,18 @@ 24 - 16 + 18 Light 0.5 + + + + \ No newline at end of file