mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 12:55:54 +08:00
Provide a title with the color picker
CURA 8687
This commit is contained in:
parent
7f95dc98e6
commit
2edd634909
@ -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…
x
Reference in New Issue
Block a user