mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-02 08:44:25 +08:00
Use correct font and line height for the category btn in materials list
CURA-8979
This commit is contained in:
parent
bfa8118c9f
commit
adccc5fd19
@ -24,7 +24,8 @@ Column
|
|||||||
{
|
{
|
||||||
width: parent.width
|
width: parent.width
|
||||||
labelText: sectionName
|
labelText: sectionName
|
||||||
labelFont: UM.Theme.getFont("medium_bold")
|
height: UM.Theme.getSize("preferences_page_list_item").height
|
||||||
|
labelFont: UM.Theme.getFont("default_bold")
|
||||||
expanded: brand_section.expanded
|
expanded: brand_section.expanded
|
||||||
onClicked:
|
onClicked:
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user