mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-15 10:47:49 -06:00
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:
parent
f385e3d639
commit
cac623b509
1 changed files with 2 additions and 2 deletions
|
@ -394,7 +394,7 @@ Rectangle
|
||||||
width: parent.width - parent.padding * 2
|
width: parent.width - parent.padding * 2
|
||||||
|
|
||||||
text: catalog.i18nc("@header", "Description")
|
text: catalog.i18nc("@header", "Description")
|
||||||
font: UM.Theme.getFont("default_bold")
|
font: UM.Theme.getFont("medium_bold")
|
||||||
color: UM.Theme.getColor("text")
|
color: UM.Theme.getColor("text")
|
||||||
elide: Text.ElideRight
|
elide: Text.ElideRight
|
||||||
}
|
}
|
||||||
|
@ -404,7 +404,7 @@ Rectangle
|
||||||
width: parent.width - parent.padding * 2
|
width: parent.width - parent.padding * 2
|
||||||
|
|
||||||
text: packageData.formattedDescription
|
text: packageData.formattedDescription
|
||||||
font: UM.Theme.getFont("default")
|
font: UM.Theme.getFont("medium")
|
||||||
color: UM.Theme.getColor("text")
|
color: UM.Theme.getColor("text")
|
||||||
linkColor: UM.Theme.getColor("text_link")
|
linkColor: UM.Theme.getColor("text_link")
|
||||||
wrapMode: Text.Wrap
|
wrapMode: Text.Wrap
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue