mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 13:03:59 -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
|
@ -27,7 +27,7 @@ Rectangle
|
|||
function showTooltip(item, position, text)
|
||||
{
|
||||
tooltip.text = text;
|
||||
position = item.mapToItem(base, position.x, position.y / 2);
|
||||
position = item.mapToItem(base, position.x, position.y);
|
||||
tooltip.show(position);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue