mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Fix the tooltips for time estimations
CURA-5772
This commit is contained in:
parent
11a08d0e47
commit
2fce1e433a
2 changed files with 2 additions and 3 deletions
|
|
@ -60,8 +60,7 @@ Rectangle
|
|||
}
|
||||
}
|
||||
tooltip_html += "</table>";
|
||||
//print("trying to show tooltip", base, Qt.point(-UM.Theme.getSize("sidebar_margin").width, 0), tooltip_html)
|
||||
base.showTooltip(parent, Qt.point(0, 0), tooltip_html);
|
||||
base.showTooltip(parent, Qt.point(-UM.Theme.getSize("sidebar_margin").width, 0), tooltip_html);
|
||||
}
|
||||
}
|
||||
onExited:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue