mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 14:44:13 -06:00
Add tooltip in WorkspaceDialog over the printer selection drop down.
CURA-9424
This commit is contained in:
parent
0c79ec738e
commit
c59f5a5c00
2 changed files with 64 additions and 38 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue