mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 22:54:01 -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
|
||||
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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue