Remove the show property from the tooltip

This was a bit of a weird setup, so i removed it. This way the tooltip can be used
in the same way as the regular tooltip (by simply setting the visibility)

CURA-6004
This commit is contained in:
Jaime van Kessel 2018-12-20 16:41:26 +01:00
parent 3f599bd06f
commit 0965d909c0
3 changed files with 6 additions and 9 deletions

View file

@ -115,6 +115,6 @@ Button
Cura.ToolTip
{
id: tooltip
show: button.hovered
visible: button.hovered
}
}