mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-07-07 23:51:45 +08:00
Offset the displayed rotation angle so it does not overlap the mouse cursor
Contributes to Asana issue 33752130551782
This commit is contained in:
parent
d28f84d732
commit
ab9f30a852
@ -283,8 +283,8 @@ UM.MainWindow {
|
|||||||
}
|
}
|
||||||
|
|
||||||
Rectangle {
|
Rectangle {
|
||||||
x: base.mouseX;
|
x: base.mouseX + UM.Theme.sizes.default_margin.width;
|
||||||
y: base.mouseY;
|
y: base.mouseY + UM.Theme.sizes.default_margin.height;
|
||||||
|
|
||||||
width: childrenRect.width;
|
width: childrenRect.width;
|
||||||
height: childrenRect.height;
|
height: childrenRect.height;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user