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 @@