mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-26 20:31:35 -07:00
Changed bold fonts to normal
CURA-4148
This commit is contained in:
parent
4b0aa65ae5
commit
766bc9ae97
2 changed files with 2 additions and 2 deletions
|
|
@ -181,7 +181,7 @@ Rectangle
|
||||||
color: (control.checked || control.pressed) ? UM.Theme.getColor("action_button_active_text") :
|
color: (control.checked || control.pressed) ? UM.Theme.getColor("action_button_active_text") :
|
||||||
control.hovered ? UM.Theme.getColor("action_button_hovered_text") :
|
control.hovered ? UM.Theme.getColor("action_button_hovered_text") :
|
||||||
UM.Theme.getColor("action_button_text")
|
UM.Theme.getColor("action_button_text")
|
||||||
font: (control.checked || control.pressed) ? UM.Theme.getFont("default_little_big") : UM.Theme.getFont("default")
|
font: UM.Theme.getFont("default")
|
||||||
text: control.text;
|
text: control.text;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -153,7 +153,7 @@ Column
|
||||||
control.hovered ? UM.Theme.getColor("action_button_hovered_text") :
|
control.hovered ? UM.Theme.getColor("action_button_hovered_text") :
|
||||||
UM.Theme.getColor("action_button_text")
|
UM.Theme.getColor("action_button_text")
|
||||||
|
|
||||||
font: control.checked ? UM.Theme.getFont("default_bold") : UM.Theme.getFont("default")
|
font: UM.Theme.getFont("large_nonbold")
|
||||||
text: catalog.i18nc("@label", "Extruder")
|
text: catalog.i18nc("@label", "Extruder")
|
||||||
visible: width < (control.width - extruderIconItem.width - UM.Theme.getSize("default_margin").width)
|
visible: width < (control.width - extruderIconItem.width - UM.Theme.getSize("default_margin").width)
|
||||||
elide: Text.ElideRight
|
elide: Text.ElideRight
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue