mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 04:29:01 +08:00
Change font of the headings in general page
CURA-8949
This commit is contained in:
parent
ee7bcc3f5f
commit
3e5a51503e
@ -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…
x
Reference in New Issue
Block a user