mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 05:09:00 +08:00
Prevent bindingloop warning
CURA-1143
This commit is contained in:
parent
a32c00141a
commit
256647b83b
@ -528,8 +528,8 @@ UM.MainWindow
|
|||||||
x: base.mouseX + UM.Theme.getSize("default_margin").width
|
x: base.mouseX + UM.Theme.getSize("default_margin").width
|
||||||
y: base.mouseY + UM.Theme.getSize("default_margin").height
|
y: base.mouseY + UM.Theme.getSize("default_margin").height
|
||||||
|
|
||||||
width: childrenRect.width + UM.Theme.getSize("default_margin").width
|
width: rotationLabel.width + UM.Theme.getSize("default_margin").width
|
||||||
height: childrenRect.height;
|
height: rotationLabel.height;
|
||||||
color: UM.Theme.getColor("tooltip")
|
color: UM.Theme.getColor("tooltip")
|
||||||
Label
|
Label
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user