Unify the fonts to only have 8 instead of 13.

Contributes to CURA-6025.
This commit is contained in:
Diego Prado Gesto 2018-12-12 17:50:21 +01:00
parent a505adbf40
commit 77ede1ae6b
25 changed files with 41 additions and 61 deletions

View file

@ -16,7 +16,7 @@ Item
{
id: header
text: catalog.i18nc("@header", "Configurations")
font: UM.Theme.getFont("large")
font: UM.Theme.getFont("large_bold")
color: UM.Theme.getColor("text")
height: contentHeight
renderType: Text.NativeRendering

View file

@ -23,7 +23,7 @@ Item
{
id: header
text: catalog.i18nc("@header", "Custom")
font: UM.Theme.getFont("large")
font: UM.Theme.getFont("large_bold")
color: UM.Theme.getColor("text")
height: contentHeight
renderType: Text.NativeRendering