mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 03:46:05 +08:00
Give machine selector minimum width so it displays correctly on smaller screens.
CURA-9514
This commit is contained in:
parent
eea8935741
commit
721f63b0d1
@ -192,7 +192,7 @@ Cura.ExpandablePopup
|
||||
contentItem: Item
|
||||
{
|
||||
id: popup
|
||||
implicitWidth: machineSelector.width
|
||||
implicitWidth: Math.max(machineSelector.width, UM.Theme.getSize("machine_selector_widget_content").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