Add tooltips for intent profiles to the Custom Quality panel.

The description is optional.
Tooltip will not show if no description is set

CURA-6853
This commit is contained in:
Nino van Hooff 2019-10-17 17:17:06 +02:00
parent 3709cfa4ed
commit b182830c21
3 changed files with 21 additions and 3 deletions

View file

@ -173,7 +173,6 @@ Item
onEntered:
{
print(model.description)
base.showTooltip(
intentCategoryLabel,
Qt.point(-(intentCategoryLabel.x - qualityRow.x) - UM.Theme.getSize("thick_margin").width, 0),