Add tooltip to IconWithText.qml,

Use this to display tooltips for Infill, Support and Adhesion in recommended settings.

CURA-8849
This commit is contained in:
j.delarago 2022-06-20 10:52:31 +02:00
parent f650579799
commit c6bc3a5cd7
4 changed files with 14 additions and 0 deletions

View file

@ -65,6 +65,7 @@ Item
font: UM.Theme.getFont("medium")
width: labelColumnWidth
iconSize: UM.Theme.getSize("medium_button_icon").width
tooltipText: catalog.i18nc("@label", "Gradual infill will gradually increase the amount of infill towards the top.")
}
Item