mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 01:35:59 +08:00
Made width of machineSelector popup depend on size of the element
CURA-5785
This commit is contained in:
parent
5972bfaf03
commit
fe15a0a513
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user