mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 20:39:01 +08:00
Changed bold fonts to normal
CURA-4148
This commit is contained in:
parent
4b0aa65ae5
commit
766bc9ae97
@ -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…
x
Reference in New Issue
Block a user