mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-04-23 06:09:38 +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 {
|
||||
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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user