mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 23:05:01 -06: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
|
||||
{
|
||||
id: colorDialog
|
||||
title: catalog.i18nc("@title", "Material color picker")
|
||||
color: properties.color_code
|
||||
onAccepted: base.setMetaDataEntry("color_code", properties.color_code, color)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue