Improve positioning of tooltips in advanced mode

This commit is contained in:
Arjen Hiemstra 2016-05-11 17:03:54 +02:00
parent b7fd97737c
commit d68f274a09
3 changed files with 5 additions and 5 deletions

View file

@ -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() {