From 256647b83bc7bf23200bbb0a3d19fb337e9f70d2 Mon Sep 17 00:00:00 2001 From: fieldOfView Date: Mon, 4 Apr 2016 12:08:46 +0200 Subject: [PATCH] Prevent bindingloop warning CURA-1143 --- resources/qml/Cura.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/qml/Cura.qml b/resources/qml/Cura.qml index a06d68bead..bf13d95bf3 100644 --- a/resources/qml/Cura.qml +++ b/resources/qml/Cura.qml @@ -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 {