Add a Cura Tooltip to show in some buttons

Contributes to CURA-6004.
This commit is contained in:
Diego Prado Gesto 2018-12-10 09:09:58 +01:00
parent 15f81da95b
commit 2bf641efcf
8 changed files with 59 additions and 11 deletions

View file

@ -55,7 +55,6 @@ Item
leftPadding: UM.Theme.getSize("narrow_margin").width //Need more space than usual here for wide text.
rightPadding: UM.Theme.getSize("narrow_margin").width
tooltip: popup.opened ? "" : catalog.i18nc("@info:tooltip", "Select the active output device")
iconSource: popup.opened ? UM.Theme.getIcon("arrow_top") : UM.Theme.getIcon("arrow_bottom")
color: UM.Theme.getColor("action_panel_secondary")
visible: (devicesModel.deviceCount > 1)