File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Fluent.Ribbon/Themes/Controls Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 8
8
- [ #1134 ] ( ../../issues/1134 ) - Selected Tab on first render has a black border
9
9
- [ #1135 ] ( ../../issues/1135 ) - Black line between Ribbon and Window (when using a colorful theme)
10
10
- [ #1125 ] ( ../../issues/1125 ) - BackStage Back Button doesn't have an accessibility text.
11
+ - [ #1151 ] ( ../../issues/1151 ) - ComboBox Popup MinWidth too large
11
12
- [ #1152 ] ( ../../issues/1152 ) - Using ObjectToImageConverter via StaticResource raises an exception (thanks @nishy2000 )
12
13
13
14
## 10.0.0
Original file line number Diff line number Diff line change 187
187
</ResourceDictionary >
188
188
</Popup .Resources>
189
189
<Fluent : ResizeableContentControl x : Name =" PART_PopupContentControl"
190
- MinWidth =" {TemplateBinding ActualWidth}"
191
- MinHeight =" {TemplateBinding ActualHeight}"
192
- MaxHeight =" {TemplateBinding MaxDropDownHeight}"
190
+ MinWidth =" {Binding ActualWidth, ElementName=PART_ContentBorder }"
191
+ MinHeight =" {Binding ActualHeight, ElementName=PART_ContentBorder }"
192
+ MaxHeight =" {TemplateBinding MaxDropDownHeight}"
193
193
IsEnabled =" {TemplateBinding IsEnabled}"
194
194
ResizeMode =" {TemplateBinding ResizeMode}" >
195
195
<Grid >
You can’t perform that action at this time.
0 commit comments