Skip to content

Commit 7f6b2c8

Browse files
committed
Fixes #1191
1 parent 0d216bc commit 7f6b2c8

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
- Simplified state was not updated when items changed
88
- [#1165](../../issues/1165) - ScreenTip is not DPI aware
99
- [#1183](../../issues/1183) - MenuItems, having a submenu, do not stay highlighted when MenuItem from the submenu is highlighted
10+
- [#1191](../../issues/1191) - Content-Control of DropDownButton has unwanted MinHeight
1011

1112
- ### Enhancements/Features
1213

Fluent.Ribbon/Themes/Controls/DropDownButton.xaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,6 @@
140140
PopupAnimation="{DynamicResource {x:Static SystemParameters.ComboBoxPopupAnimationKey}}">
141141
<Fluent:ResizeableContentControl x:Name="PART_PopupContentControl"
142142
MinWidth="{TemplateBinding ActualWidth}"
143-
MinHeight="{TemplateBinding ActualHeight}"
144143
MaxHeight="{TemplateBinding MaxDropDownHeight}"
145144
IsEnabled="{TemplateBinding IsEnabled}"
146145
ResizeMode="{TemplateBinding ResizeMode}">

0 commit comments

Comments
 (0)