mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 06:05:52 +08:00
Fix material colors not showing up
CURA-9522
This commit is contained in:
parent
92e6d5007f
commit
5a8bf7f37b
@ -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…
x
Reference in New Issue
Block a user