mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-25 07:33:57 -06:00
Prevent bindingloop warning
CURA-1143
This commit is contained in:
parent
a32c00141a
commit
256647b83b
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue