mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-21 21:58:01 -06:00
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:
parent
a03e1be601
commit
a3fe9839ba
15 changed files with 31 additions and 31 deletions
|
@ -46,7 +46,7 @@ Column
|
|||
section.delegate: Label
|
||||
{
|
||||
text: section
|
||||
font: UM.Theme.getFont("default_bold")
|
||||
font: UM.Theme.getFont("default")
|
||||
color: UM.Theme.getColor("configuration_item_text")
|
||||
bottomPadding: UM.Theme.getSize("default_margin").height
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue