Merge remote-tracking branch 'origin/CURA-8587_disable_update_install_and_uninstall' into CURA-8587_disable_update_install_and_uninstall

This commit is contained in:
Jelle Spijker 2021-12-05 11:58:45 +01:00
commit 42e7ef4a89
No known key found for this signature in database
GPG Key ID: 6662DC033BE6B99A

View File

@ -328,7 +328,7 @@ Rectangle
Label
{
id: authorBy
Layout.alignment: Qt.AlignTop
Layout.alignment: Qt.AlignCenter
text: catalog.i18nc("@label", "By")
font: UM.Theme.getFont("default")
@ -339,7 +339,7 @@ Rectangle
{
Layout.fillWidth: true
Layout.preferredHeight: authorBy.height
Layout.alignment: Qt.AlignTop
Layout.alignment: Qt.AlignCenter
text: packageData.authorName
textFont: UM.Theme.getFont("default_bold")