From e9a1806570322109085ffb2e7b47c0dbf6ad8009 Mon Sep 17 00:00:00 2001 From: jspijker Date: Wed, 9 Nov 2022 07:28:46 +0100 Subject: [PATCH] Allign "learn more" left-side 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 3ebe372550..4fe0e028aa 100644 --- a/resources/qml/WelcomePages/AddUltimakerPrinter.qml +++ b/resources/qml/WelcomePages/AddUltimakerPrinter.qml @@ -83,6 +83,7 @@ Control id: learnMoreButton Layout.fillWidth: true Layout.alignment: Qt.AlignTop + leftPadding: 0 text: catalog.i18nc("@button", "Learn more") iconSource: UM.Theme.getIcon("LinkExternal") isIconOnRightSide: true