Change font of the headings in general page

CURA-8949
This commit is contained in:
Jaime van Kessel 2022-02-18 10:59:23 +01:00
parent ee7bcc3f5f
commit 3e5a51503e

View File

@ -150,7 +150,7 @@ UM.PreferencesPage
UM.Label UM.Label
{ {
font.bold: true font: UM.Theme.getFont("medium_bold")
text: catalog.i18nc("@label", "Interface") text: catalog.i18nc("@label", "Interface")
} }
@ -333,7 +333,7 @@ UM.PreferencesPage
UM.Label UM.Label
{ {
font.bold: true font: UM.Theme.getFont("medium_bold")
text: catalog.i18nc("@label", "Viewport behavior") text: catalog.i18nc("@label", "Viewport behavior")
} }
@ -575,7 +575,7 @@ UM.PreferencesPage
UM.Label UM.Label
{ {
font.bold: true font: UM.Theme.getFont("medium_bold")
text: catalog.i18nc("@label","Opening and saving files") text: catalog.i18nc("@label","Opening and saving files")
} }
@ -757,7 +757,7 @@ UM.PreferencesPage
UM.Label UM.Label
{ {
font.bold: true font: UM.Theme.getFont("medium_bold")
text: catalog.i18nc("@label", "Profiles") text: catalog.i18nc("@label", "Profiles")
} }
@ -812,7 +812,7 @@ UM.PreferencesPage
UM.Label UM.Label
{ {
font.bold: true font: UM.Theme.getFont("medium_bold")
text: catalog.i18nc("@label", "Privacy") text: catalog.i18nc("@label", "Privacy")
} }
UM.TooltipArea UM.TooltipArea
@ -850,7 +850,7 @@ UM.PreferencesPage
UM.Label UM.Label
{ {
font.bold: true font: UM.Theme.getFont("medium_bold")
text: catalog.i18nc("@label", "Updates") text: catalog.i18nc("@label", "Updates")
} }