From 4381a97c85de02d1b29a30fa7e634b0234b61b33 Mon Sep 17 00:00:00 2001 From: "c.lamboo" Date: Wed, 2 Nov 2022 14:58:25 +0100 Subject: [PATCH] Elide button text when text becomes too wide contributes to CURA-8689 --- resources/qml/WelcomePages/AddUltimakerPrinter.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/qml/WelcomePages/AddUltimakerPrinter.qml b/resources/qml/WelcomePages/AddUltimakerPrinter.qml index e1cb0d7120..af3b506b76 100644 --- a/resources/qml/WelcomePages/AddUltimakerPrinter.qml +++ b/resources/qml/WelcomePages/AddUltimakerPrinter.qml @@ -84,6 +84,7 @@ Control iconSource: UM.Theme.getIcon("LinkExternal") isIconOnRightSide: true textFont: UM.Theme.getFont("small") + fixedWidthMode: true onClicked: Qt.openUrlExternally("https://support.ultimaker.com/hc/en-us/articles/360012019239?utm_source=cura&utm_medium=software&utm_campaign=onboarding-add-printer") } }