From 41ea15b24bac17a07f7ea3e9fa8badcfb70015ed Mon Sep 17 00:00:00 2001 From: Bastian Schmidt Date: Tue, 25 Jul 2023 13:49:32 +0200 Subject: [PATCH] Fixes #1151 by using the size excluding the header --- Changelog.md | 1 + Fluent.Ribbon/Themes/Controls/ComboBox.xaml | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Changelog.md b/Changelog.md index 8ae8c516..544e8027 100644 --- a/Changelog.md +++ b/Changelog.md @@ -8,6 +8,7 @@ - [#1134](../../issues/1134) - Selected Tab on first render has a black border - [#1135](../../issues/1135) - Black line between Ribbon and Window (when using a colorful theme) - [#1125](../../issues/1125) - BackStage Back Button doesn't have an accessibility text. + - [#1151](../../issues/1151) - ComboBox Popup MinWidth too large - [#1152](../../issues/1152) - Using ObjectToImageConverter via StaticResource raises an exception (thanks @nishy2000) ## 10.0.0 diff --git a/Fluent.Ribbon/Themes/Controls/ComboBox.xaml b/Fluent.Ribbon/Themes/Controls/ComboBox.xaml index ec8bb84c..598bd349 100644 --- a/Fluent.Ribbon/Themes/Controls/ComboBox.xaml +++ b/Fluent.Ribbon/Themes/Controls/ComboBox.xaml @@ -187,9 +187,9 @@