diff --git a/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml b/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml index f3555d5fd4..ebefdeb430 100644 --- a/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml +++ b/resources/qml/Preferences/Materials/MaterialsSyncDialog.qml @@ -242,8 +242,8 @@ Window id: syncStatusLabel width: parent.width - UM.Theme.getSize("default_margin").width - troubleshootingLink.width - anchors.verticalCenter: troubleshootingLink.verticalCenter + wrapMode: Text.Wrap elide: Text.ElideRight visible: text !== "" text: "" @@ -256,7 +256,6 @@ Window text: catalog.i18nc("@button", "Troubleshooting") visible: typeof syncModel !== "undefined" && syncModel.exportUploadStatus == "error" iconSource: UM.Theme.getIcon("LinkExternal") - Layout.preferredHeight: height onClicked: Qt.openUrlExternally("https://support.ultimaker.com/hc/en-us/articles/360012019239?utm_source=cura&utm_medium=software&utm_campaign=sync-material-wizard-troubleshoot-cloud-printer") } }