Use medium font size for extended description

The design appears more balanced then, quoth the designer of the layout.

Contributes to issue CURA-8565.
This commit is contained in:
Ghostkeeper 2021-11-30 10:49:49 +01:00
parent f385e3d639
commit cac623b509
No known key found for this signature in database
GPG Key ID: D2A8871EE34EC59A

View File

@ -394,7 +394,7 @@ Rectangle
width: parent.width - parent.padding * 2
text: catalog.i18nc("@header", "Description")
font: UM.Theme.getFont("default_bold")
font: UM.Theme.getFont("medium_bold")
color: UM.Theme.getColor("text")
elide: Text.ElideRight
}
@ -404,7 +404,7 @@ Rectangle
width: parent.width - parent.padding * 2
text: packageData.formattedDescription
font: UM.Theme.getFont("default")
font: UM.Theme.getFont("medium")
color: UM.Theme.getColor("text")
linkColor: UM.Theme.getColor("text_link")
wrapMode: Text.Wrap