Merge branch '5.7' into CURA-11700-trigger-area-for-selecting-machine

This commit is contained in:
Saumya Jain 2024-03-18 12:31:41 +01:00 committed by GitHub
commit 1ebab878fe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7286 changed files with 7543 additions and 7447 deletions

View file

@ -35,6 +35,19 @@ UM.Dialog
anchors.topMargin: UM.Theme.getSize("default_margin").height
anchors.leftMargin: UM.Theme.getSize("default_margin").height
}
Cura.TertiaryButton
{
id: learnMoreButton
visible: manager.isUcp
anchors.right: parent.right
anchors.topMargin: UM.Theme.getSize("default_margin").height
anchors.rightMargin: UM.Theme.getSize("default_margin").height
text: catalog.i18nc("@button", "Learn more")
iconSource: UM.Theme.getIcon("LinkExternal")
isIconOnRightSide: true
onClicked: Qt.openUrlExternally("https://support.ultimaker.com/s/article/000002979")
}
}
Rectangle