mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 15:13:56 -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
|
@ -44,7 +44,7 @@ Item
|
|||
horizontalAlignment: Text.AlignHCenter
|
||||
text: machineActionsModel.currentItem.title == undefined ? "" : machineActionsModel.currentItem.title
|
||||
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