mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 21:25:58 +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
|
contentItem: Item
|
||||||
{
|
{
|
||||||
id: popup
|
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.
|
implicitHeight: Math.min(machineSelectorList.contentHeight + separator.height + buttonRow.height, UM.Theme.getSize("machine_selector_widget_content").height) //Maximum height is the theme entry.
|
||||||
MachineSelectorList
|
MachineSelectorList
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user