mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 16:39:00 +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
|
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")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user