Provide a title with the color picker

CURA 8687
This commit is contained in:
casper 2022-02-11 13:27:41 +01:00
parent 7f95dc98e6
commit 2edd634909

View file

@ -220,6 +220,7 @@ Item
Cura.ColorDialog
{
id: colorDialog
title: catalog.i18nc("@title", "Material color picker")
color: properties.color_code
onAccepted: base.setMetaDataEntry("color_code", properties.color_code, color)
}