diff --git a/plugins/3MFReader/WorkspaceDialog.qml b/plugins/3MFReader/WorkspaceDialog.qml index 9ec437d247..c36d4b9b26 100644 --- a/plugins/3MFReader/WorkspaceDialog.qml +++ b/plugins/3MFReader/WorkspaceDialog.qml @@ -217,6 +217,7 @@ UM.Dialog { width: parent.width height: childrenRect.height + visible: manager.materialConflict Item { width: parent.width / 3 * 2 @@ -228,7 +229,7 @@ UM.Dialog id: materialResolveTooltip width: parent.width / 3 height: visible ? comboboxHeight : 0 - visible: manager.materialConflict + text: catalog.i18nc("@info:tooltip", "How should the conflict in the material be resolved?") ComboBox {