mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-25 07:33:57 -06: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
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue