mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-15 10:47:49 -06:00
Fix font size for the titles in the welcome flow
CURA-6057
This commit is contained in:
parent
1b8b5415f7
commit
7a3cd81e3f
8 changed files with 14 additions and 12 deletions
|
@ -23,7 +23,7 @@ Item
|
|||
horizontalAlignment: Text.AlignHCenter
|
||||
text: catalog.i18nc("@label", "Add a printer")
|
||||
color: UM.Theme.getColor("primary_button")
|
||||
font: UM.Theme.getFont("large_bold")
|
||||
font: UM.Theme.getFont("huge")
|
||||
renderType: Text.NativeRendering
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue