mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 05:53:59 -06:00
Fix drop down not dynamically resizing width
CURA-9514
This commit is contained in:
parent
035fb27ab0
commit
e541890c07
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue