Change the font size to default in the changelog

So that it is consistent with the What's new pages

CURA-8154
This commit is contained in:
Kostas Karmas 2021-04-12 12:37:57 +02:00
parent ae63dff0e4
commit 17a4b40fd7

View file

@ -44,7 +44,7 @@ Item
textArea.textFormat: Text.RichText textArea.textFormat: Text.RichText
textArea.wrapMode: Text.WordWrap textArea.wrapMode: Text.WordWrap
textArea.readOnly: true textArea.readOnly: true
textArea.font: UM.Theme.getFont("medium") textArea.font: UM.Theme.getFont("default")
textArea.onLinkActivated: Qt.openUrlExternally(link) textArea.onLinkActivated: Qt.openUrlExternally(link)
} }