mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 22:54:01 -06:00
Improve positioning of tooltips in advanced mode
This commit is contained in:
parent
b7fd97737c
commit
d68f274a09
3 changed files with 5 additions and 5 deletions
|
@ -31,7 +31,7 @@ UM.PointingRectangle {
|
|||
y = position.y - UM.Theme.getSize("tooltip_arrow_margins").height;
|
||||
}
|
||||
base.opacity = 1;
|
||||
target = Qt.point(40 , position.y)
|
||||
target = Qt.point(40 , position.y + UM.Theme.getSize("tooltip_arrow_margins").height / 2)
|
||||
}
|
||||
|
||||
function hide() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue