mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 17:09:08 +08:00
Fix drop down not dynamically resizing width
CURA-9514
This commit is contained in:
parent
035fb27ab0
commit
e541890c07
@ -192,7 +192,7 @@ Cura.ExpandablePopup
|
||||
contentItem: Item
|
||||
{
|
||||
id: popup
|
||||
implicitWidth: UM.Theme.getSize("machine_selector_widget_content").width
|
||||
implicitWidth: machineSelector.width
|
||||
implicitHeight: Math.min(machineSelectorList.contentHeight + separator.height + buttonRow.height, UM.Theme.getSize("machine_selector_widget_content").height) //Maximum height is the theme entry.
|
||||
MachineSelectorList
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user