mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Provide a title with the color picker
CURA 8687
This commit is contained in:
parent
7f95dc98e6
commit
2edd634909
1 changed files with 1 additions and 0 deletions
|
|
@ -220,6 +220,7 @@ Item
|
||||||
Cura.ColorDialog
|
Cura.ColorDialog
|
||||||
{
|
{
|
||||||
id: colorDialog
|
id: colorDialog
|
||||||
|
title: catalog.i18nc("@title", "Material color picker")
|
||||||
color: properties.color_code
|
color: properties.color_code
|
||||||
onAccepted: base.setMetaDataEntry("color_code", properties.color_code, color)
|
onAccepted: base.setMetaDataEntry("color_code", properties.color_code, color)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue