mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-13 09:47:50 -06: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
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue