mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-26 12:21:26 -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
|
|
@ -153,7 +153,7 @@ Column
|
|||
control.hovered ? UM.Theme.getColor("action_button_hovered_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")
|
||||
visible: width < (control.width - extruderIconItem.width - UM.Theme.getSize("default_margin").width)
|
||||
elide: Text.ElideRight
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue