mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 06:35:55 +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
|
popupItem: Item
|
||||||
{
|
{
|
||||||
id: popup
|
id: popup
|
||||||
width: 240
|
width: machineSelector.width - 2 * UM.Theme.getSize("default_margin").width
|
||||||
height: 200
|
height: 200
|
||||||
|
|
||||||
ScrollView
|
ScrollView
|
||||||
|
Loading…
x
Reference in New Issue
Block a user