Use medium font size for everything in stage menu

Except the material manufacturer, which should remain default.

Contributes to issue CURA-6025.
This commit is contained in:
Ghostkeeper 2018-12-31 13:22:53 +01:00
parent b5c406dc43
commit c6fb0d70af
No known key found for this signature in database
GPG key ID: 86BEF881AE2CF276
4 changed files with 9 additions and 5 deletions

View file

@ -29,6 +29,7 @@ RowLayout
}
return ""
}
font: UM.Theme.getFont("medium")
UM.SettingPropertyProvider
{
@ -43,6 +44,7 @@ RowLayout
{
source: UM.Theme.getIcon("category_infill")
text: Cura.MachineManager.activeStack ? parseInt(infillDensity.properties.value) + "%" : "0%"
font: UM.Theme.getFont("medium")
UM.SettingPropertyProvider
{
@ -57,6 +59,7 @@ RowLayout
{
source: UM.Theme.getIcon("category_support")
text: supportEnabled.properties.value == "True" ? enabledText : disabledText
font: UM.Theme.getFont("medium")
UM.SettingPropertyProvider
{
@ -71,6 +74,7 @@ RowLayout
{
source: UM.Theme.getIcon("category_adhesion")
text: platformAdhesionType.properties.value != "skirt" && platformAdhesionType.properties.value != "none" ? enabledText : disabledText
font: UM.Theme.getFont("medium")
UM.SettingPropertyProvider
{