Merge branch '4.7'

This commit is contained in:
Ghostkeeper 2020-09-01 13:02:01 +02:00
commit ab33a09613
No known key found for this signature in database
GPG key ID: D2A8871EE34EC59A
2 changed files with 10 additions and 0 deletions

View file

@ -45,6 +45,7 @@ Item
textArea.wrapMode: Text.WordWrap
textArea.readOnly: true
textArea.font: UM.Theme.getFont("medium")
textArea.onLinkActivated: Qt.openUrlExternally(link)
}
Cura.PrimaryButton