mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 21:44:01 -06: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
|
||||
{
|
||||
id: materialColorsList
|
||||
property color brandColors: model.colors
|
||||
property var brandColors: model.colors
|
||||
width: UM.Theme.getSize("menu").width
|
||||
height: parent.height
|
||||
spacing: 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue