From 557b2d1cdd4a89bfcef4479a5c945f761e689879 Mon Sep 17 00:00:00 2001 From: Dipesh Kumar Date: Fri, 20 Sep 2024 13:25:19 +0530 Subject: [PATCH 1/4] Fixed ListViewItem* duplication --- .../PresentationFramework.Fluent/Resources/Variables.xaml | 2 -- .../Themes/PresentationFramework.Fluent/Themes/Fluent.Dark.xaml | 2 -- .../Themes/PresentationFramework.Fluent/Themes/Fluent.HC.xaml | 2 -- .../PresentationFramework.Fluent/Themes/Fluent.Light.xaml | 2 -- 4 files changed, 8 deletions(-) diff --git a/src/Microsoft.DotNet.Wpf/src/Themes/PresentationFramework.Fluent/Resources/Variables.xaml b/src/Microsoft.DotNet.Wpf/src/Themes/PresentationFramework.Fluent/Resources/Variables.xaml index f0de22e3161..a1880057fb7 100644 --- a/src/Microsoft.DotNet.Wpf/src/Themes/PresentationFramework.Fluent/Resources/Variables.xaml +++ b/src/Microsoft.DotNet.Wpf/src/Themes/PresentationFramework.Fluent/Resources/Variables.xaml @@ -34,8 +34,6 @@ 14 24 0 - 32 - 24 24 0 0 diff --git a/src/Microsoft.DotNet.Wpf/src/Themes/PresentationFramework.Fluent/Themes/Fluent.Dark.xaml b/src/Microsoft.DotNet.Wpf/src/Themes/PresentationFramework.Fluent/Themes/Fluent.Dark.xaml index 9677721d527..dea81a69d63 100644 --- a/src/Microsoft.DotNet.Wpf/src/Themes/PresentationFramework.Fluent/Themes/Fluent.Dark.xaml +++ b/src/Microsoft.DotNet.Wpf/src/Themes/PresentationFramework.Fluent/Themes/Fluent.Dark.xaml @@ -70,8 +70,6 @@ 14 24 0 - 32 - 24 24 0 0 diff --git a/src/Microsoft.DotNet.Wpf/src/Themes/PresentationFramework.Fluent/Themes/Fluent.HC.xaml b/src/Microsoft.DotNet.Wpf/src/Themes/PresentationFramework.Fluent/Themes/Fluent.HC.xaml index 6131e9f9723..aabbc7febe2 100644 --- a/src/Microsoft.DotNet.Wpf/src/Themes/PresentationFramework.Fluent/Themes/Fluent.HC.xaml +++ b/src/Microsoft.DotNet.Wpf/src/Themes/PresentationFramework.Fluent/Themes/Fluent.HC.xaml @@ -70,8 +70,6 @@ 14 24 0 - 32 - 24 24 0 0 diff --git a/src/Microsoft.DotNet.Wpf/src/Themes/PresentationFramework.Fluent/Themes/Fluent.Light.xaml b/src/Microsoft.DotNet.Wpf/src/Themes/PresentationFramework.Fluent/Themes/Fluent.Light.xaml index e484d8249fc..7b8e7f294ac 100644 --- a/src/Microsoft.DotNet.Wpf/src/Themes/PresentationFramework.Fluent/Themes/Fluent.Light.xaml +++ b/src/Microsoft.DotNet.Wpf/src/Themes/PresentationFramework.Fluent/Themes/Fluent.Light.xaml @@ -70,8 +70,6 @@ 14 24 0 - 32 - 24 24 0 0 From cccabc84681bdfbdb2b433e467f3f9fe720de700 Mon Sep 17 00:00:00 2001 From: dipeshmsft Date: Fri, 20 Sep 2024 16:19:51 +0530 Subject: [PATCH 2/4] Fixing Width and Height not being respected when *Alignment are set for some controls --- .../Styles/ComboBox.xaml | 2 +- .../Styles/DatePicker.xaml | 5 +---- .../Styles/PasswordBox.xaml | 2 +- .../Styles/RichTextBox.xaml | 2 +- .../PresentationFramework.Fluent/Styles/TextBox.xaml | 4 ++-- .../Themes/Fluent.Dark.xaml | 12 ++++++------ .../Themes/Fluent.HC.xaml | 12 ++++++------ .../Themes/Fluent.Light.xaml | 12 ++++++------ 8 files changed, 24 insertions(+), 27 deletions(-) diff --git a/src/Microsoft.DotNet.Wpf/src/Themes/PresentationFramework.Fluent/Styles/ComboBox.xaml b/src/Microsoft.DotNet.Wpf/src/Themes/PresentationFramework.Fluent/Styles/ComboBox.xaml index f672f387706..0132443aaf4 100644 --- a/src/Microsoft.DotNet.Wpf/src/Themes/PresentationFramework.Fluent/Styles/ComboBox.xaml +++ b/src/Microsoft.DotNet.Wpf/src/Themes/PresentationFramework.Fluent/Styles/ComboBox.xaml @@ -173,7 +173,7 @@ - + - + - + - + - + - + - +