Skip to content

Commit

Permalink
Fixes #1191
Browse files Browse the repository at this point in the history
  • Loading branch information
batzen committed Feb 1, 2024
1 parent 0d216bc commit 7f6b2c8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
- Simplified state was not updated when items changed
- [#1165](../../issues/1165) - ScreenTip is not DPI aware
- [#1183](../../issues/1183) - MenuItems, having a submenu, do not stay highlighted when MenuItem from the submenu is highlighted
- [#1191](../../issues/1191) - Content-Control of DropDownButton has unwanted MinHeight

- ### Enhancements/Features

Expand Down
1 change: 0 additions & 1 deletion Fluent.Ribbon/Themes/Controls/DropDownButton.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@
PopupAnimation="{DynamicResource {x:Static SystemParameters.ComboBoxPopupAnimationKey}}">
<Fluent:ResizeableContentControl x:Name="PART_PopupContentControl"
MinWidth="{TemplateBinding ActualWidth}"
MinHeight="{TemplateBinding ActualHeight}"
MaxHeight="{TemplateBinding MaxDropDownHeight}"
IsEnabled="{TemplateBinding IsEnabled}"
ResizeMode="{TemplateBinding ResizeMode}">
Expand Down

0 comments on commit 7f6b2c8

Please sign in to comment.