Offset the displayed rotation angle so it does not overlap the mouse cursor

Contributes to Asana issue 33752130551782
This commit is contained in:
Arjen Hiemstra 2015-06-23 14:31:50 +02:00
parent d28f84d732
commit ab9f30a852

View File

@ -283,8 +283,8 @@ UM.MainWindow {
}
Rectangle {
x: base.mouseX;
y: base.mouseY;
x: base.mouseX + UM.Theme.sizes.default_margin.width;
y: base.mouseY + UM.Theme.sizes.default_margin.height;
width: childrenRect.width;
height: childrenRect.height;