Add tooltip in WorkspaceDialog over the printer selection drop down.

CURA-9424
This commit is contained in:
Joey de l'Arago 2022-11-10 14:48:38 +01:00
parent 0c79ec738e
commit c59f5a5c00
2 changed files with 64 additions and 38 deletions

View file

@ -101,7 +101,7 @@ UM.Dialog
}
comboboxTitle: catalog.i18nc("@action:label", "Open With")
comboboxTooltipText: catalog.i18nc("@info:tooltip", "How should the conflict in the machine be resolved?")
comboboxTooltipText: catalog.i18nc("@info:tooltip", "Printer settings will be updated to match the settings saved with the project.")
comboboxVisible: workspaceDialog.visible && manager.updatableMachinesModel.count > 1
combobox: Cura.MachineSelector
{
@ -188,7 +188,6 @@ UM.Dialog
}
}
comboboxTooltipText: catalog.i18nc("@info:tooltip", "How should the conflict in the profile be resolved?")
comboboxVisible: manager.qualityChangesConflict
combobox: Cura.ComboBox
{
@ -231,7 +230,6 @@ UM.Dialog
}
}
comboboxTooltipText: catalog.i18nc("@info:tooltip", "How should the conflict in the material be resolved?")
comboboxVisible: manager.materialConflict
combobox: Cura.ComboBox