Made width of machineSelector popup depend on size of the element

CURA-5785
This commit is contained in:
Jaime van Kessel 2018-11-16 15:09:47 +01:00
parent 5972bfaf03
commit fe15a0a513

View File

@ -38,7 +38,7 @@ Cura.ExpandableComponent
popupItem: Item
{
id: popup
width: 240
width: machineSelector.width - 2 * UM.Theme.getSize("default_margin").width
height: 200
ScrollView