mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 15:07:28 -06:00
Ensure that the added labels are also themable
CURA-5785
This commit is contained in:
parent
514fc13045
commit
3fd1cc0e8c
4 changed files with 10 additions and 1 deletions
|
@ -60,6 +60,8 @@ Cura.ExpandableComponent
|
|||
|
||||
text: model.material_brand
|
||||
elide: Text.ElideRight
|
||||
font: UM.Theme.getFont("default")
|
||||
color: UM.Theme.getColor("text")
|
||||
|
||||
anchors
|
||||
{
|
||||
|
@ -75,6 +77,8 @@ Cura.ExpandableComponent
|
|||
{
|
||||
text: model.material
|
||||
elide: Text.ElideRight
|
||||
font: UM.Theme.getFont("default")
|
||||
color: UM.Theme.getColor("text")
|
||||
|
||||
anchors
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue