Change all uses of 'small' and 'very small' fonts to default

These two fonts are exactly the same, but I want to use the 'small' font to be something a bit smaller. I'm 'removing' the superfluous font but will be re-using it immediately to look a bit smaller.

Contributes to issue CURA-5876.
This commit is contained in:
Ghostkeeper 2018-11-26 17:33:37 +01:00
parent a03e1be601
commit a3fe9839ba
No known key found for this signature in database
GPG key ID: 86BEF881AE2CF276
15 changed files with 31 additions and 31 deletions

View file

@ -50,7 +50,7 @@ Column
text: PrintInformation.currentPrintTime.getDisplayString(UM.DurationFormat.Long)
source: UM.Theme.getIcon("clock")
font: UM.Theme.getFont("small")
font: UM.Theme.getFont("default_bold")
}
Cura.IconLabel
@ -79,7 +79,7 @@ Column
return totalWeights + "g · " + totalLengths.toFixed(2) + "m"
}
source: UM.Theme.getIcon("spool")
font: UM.Theme.getFont("very_small")
font: UM.Theme.getFont("default")
}
}

View file

@ -31,7 +31,7 @@ Column
{
text: catalog.i18nc("@label", "Time specification").toUpperCase()
color: UM.Theme.getColor("primary")
font: UM.Theme.getFont("small")
font: UM.Theme.getFont("default_bold")
renderType: Text.NativeRendering
}
@ -62,7 +62,7 @@ Column
}
width: parent.width - 2 * UM.Theme.getSize("default_margin").width
color: UM.Theme.getColor("text")
font: UM.Theme.getFont("very_small")
font: UM.Theme.getFont("default")
renderType: Text.NativeRendering
textFormat: Text.RichText
}
@ -81,7 +81,7 @@ Column
{
text: catalog.i18nc("@label", "Material specification").toUpperCase()
color: UM.Theme.getColor("primary")
font: UM.Theme.getFont("small")
font: UM.Theme.getFont("default_bold")
renderType: Text.NativeRendering
}
@ -153,7 +153,7 @@ Column
}
width: parent.width - 2 * UM.Theme.getSize("default_margin").width
color: UM.Theme.getColor("text")
font: UM.Theme.getFont("very_small")
font: UM.Theme.getFont("default")
renderType: Text.NativeRendering
textFormat: Text.RichText
}

View file

@ -49,7 +49,7 @@ Column
text: catalog.i18nc("@label:PrintjobStatus", "Unable to Slice")
source: UM.Theme.getIcon("warning")
color: UM.Theme.getColor("warning")
font: UM.Theme.getFont("very_small")
font: UM.Theme.getFont("default")
}
// Progress bar, only visible when the backend is in the process of slice the printjob