From ca46e8ab1569d40c54b4468b728919af340960eb Mon Sep 17 00:00:00 2001 From: Sia Gupta Date: Tue, 21 Jan 2025 21:24:34 +0530 Subject: [PATCH 1/3] Adding styles for GridSplitter in fluent and also adding control brushes for the same --- .../Resources/Theme/Dark.xaml | 7 ++ .../Resources/Theme/HC.xaml | 7 ++ .../Resources/Theme/Light.xaml | 7 ++ .../Styles/GridSplitter.xaml | 69 +++++++++++++++++++ .../Themes/Fluent.Dark.xaml | 48 +++++++++++++ .../Themes/Fluent.HC.xaml | 48 +++++++++++++ .../Themes/Fluent.Light.xaml | 48 +++++++++++++ 7 files changed, 234 insertions(+) create mode 100644 src/Microsoft.DotNet.Wpf/src/Themes/PresentationFramework.Fluent/Styles/GridSplitter.xaml diff --git a/src/Microsoft.DotNet.Wpf/src/Themes/PresentationFramework.Fluent/Resources/Theme/Dark.xaml b/src/Microsoft.DotNet.Wpf/src/Themes/PresentationFramework.Fluent/Resources/Theme/Dark.xaml index 305a819d347..a3dbf373546 100644 --- a/src/Microsoft.DotNet.Wpf/src/Themes/PresentationFramework.Fluent/Resources/Theme/Dark.xaml +++ b/src/Microsoft.DotNet.Wpf/src/Themes/PresentationFramework.Fluent/Resources/Theme/Dark.xaml @@ -475,6 +475,13 @@ + + + + + + + diff --git a/src/Microsoft.DotNet.Wpf/src/Themes/PresentationFramework.Fluent/Resources/Theme/HC.xaml b/src/Microsoft.DotNet.Wpf/src/Themes/PresentationFramework.Fluent/Resources/Theme/HC.xaml index 56208b9124a..77c45068d71 100644 --- a/src/Microsoft.DotNet.Wpf/src/Themes/PresentationFramework.Fluent/Resources/Theme/HC.xaml +++ b/src/Microsoft.DotNet.Wpf/src/Themes/PresentationFramework.Fluent/Resources/Theme/HC.xaml @@ -350,6 +350,13 @@ + + + + + + + diff --git a/src/Microsoft.DotNet.Wpf/src/Themes/PresentationFramework.Fluent/Resources/Theme/Light.xaml b/src/Microsoft.DotNet.Wpf/src/Themes/PresentationFramework.Fluent/Resources/Theme/Light.xaml index b205e7d492d..02acffb048b 100644 --- a/src/Microsoft.DotNet.Wpf/src/Themes/PresentationFramework.Fluent/Resources/Theme/Light.xaml +++ b/src/Microsoft.DotNet.Wpf/src/Themes/PresentationFramework.Fluent/Resources/Theme/Light.xaml @@ -472,6 +472,13 @@ + + + + + + + diff --git a/src/Microsoft.DotNet.Wpf/src/Themes/PresentationFramework.Fluent/Styles/GridSplitter.xaml b/src/Microsoft.DotNet.Wpf/src/Themes/PresentationFramework.Fluent/Styles/GridSplitter.xaml new file mode 100644 index 00000000000..7316f8c61d1 --- /dev/null +++ b/src/Microsoft.DotNet.Wpf/src/Themes/PresentationFramework.Fluent/Styles/GridSplitter.xaml @@ -0,0 +1,69 @@ + + + + + 24 + 4 + 2 + 4 + + + + + 24 + 4 + 2 + 4 + + + 24 + 4 + 2 + 4 + + + 24 + 4 + 2 + 4 + +