Prevent bindingloop warning

CURA-1143
This commit is contained in:
fieldOfView 2016-04-04 12:08:46 +02:00
parent a32c00141a
commit 256647b83b

View file

@ -528,8 +528,8 @@ UM.MainWindow
x: base.mouseX + UM.Theme.getSize("default_margin").width
y: base.mouseY + UM.Theme.getSize("default_margin").height
width: childrenRect.width + UM.Theme.getSize("default_margin").width
height: childrenRect.height;
width: rotationLabel.width + UM.Theme.getSize("default_margin").width
height: rotationLabel.height;
color: UM.Theme.getColor("tooltip")
Label
{