mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-26 20:31:35 -07:00
Fix material colors not showing up
CURA-9522
This commit is contained in:
parent
92e6d5007f
commit
5a8bf7f37b
1 changed files with 1 additions and 1 deletions
|
|
@ -305,7 +305,7 @@ Cura.MenuItem
|
||||||
Column
|
Column
|
||||||
{
|
{
|
||||||
id: materialColorsList
|
id: materialColorsList
|
||||||
property color brandColors: model.colors
|
property var brandColors: model.colors
|
||||||
width: UM.Theme.getSize("menu").width
|
width: UM.Theme.getSize("menu").width
|
||||||
height: parent.height
|
height: parent.height
|
||||||
spacing: 0
|
spacing: 0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue