mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 21:13:58 -06:00
Change font of the headings in general page
CURA-8949
This commit is contained in:
parent
ee7bcc3f5f
commit
3e5a51503e
1 changed files with 6 additions and 6 deletions
|
@ -150,7 +150,7 @@ UM.PreferencesPage
|
|||
|
||||
UM.Label
|
||||
{
|
||||
font.bold: true
|
||||
font: UM.Theme.getFont("medium_bold")
|
||||
text: catalog.i18nc("@label", "Interface")
|
||||
}
|
||||
|
||||
|
@ -333,7 +333,7 @@ UM.PreferencesPage
|
|||
|
||||
UM.Label
|
||||
{
|
||||
font.bold: true
|
||||
font: UM.Theme.getFont("medium_bold")
|
||||
text: catalog.i18nc("@label", "Viewport behavior")
|
||||
}
|
||||
|
||||
|
@ -575,7 +575,7 @@ UM.PreferencesPage
|
|||
|
||||
UM.Label
|
||||
{
|
||||
font.bold: true
|
||||
font: UM.Theme.getFont("medium_bold")
|
||||
text: catalog.i18nc("@label","Opening and saving files")
|
||||
}
|
||||
|
||||
|
@ -757,7 +757,7 @@ UM.PreferencesPage
|
|||
|
||||
UM.Label
|
||||
{
|
||||
font.bold: true
|
||||
font: UM.Theme.getFont("medium_bold")
|
||||
text: catalog.i18nc("@label", "Profiles")
|
||||
}
|
||||
|
||||
|
@ -812,7 +812,7 @@ UM.PreferencesPage
|
|||
|
||||
UM.Label
|
||||
{
|
||||
font.bold: true
|
||||
font: UM.Theme.getFont("medium_bold")
|
||||
text: catalog.i18nc("@label", "Privacy")
|
||||
}
|
||||
UM.TooltipArea
|
||||
|
@ -850,7 +850,7 @@ UM.PreferencesPage
|
|||
|
||||
UM.Label
|
||||
{
|
||||
font.bold: true
|
||||
font: UM.Theme.getFont("medium_bold")
|
||||
text: catalog.i18nc("@label", "Updates")
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue