From 2edd6349095ded52f50a0430f55b501b5ac03770 Mon Sep 17 00:00:00 2001 From: casper Date: Fri, 11 Feb 2022 13:27:41 +0100 Subject: [PATCH] Provide a title with the color picker CURA 8687 --- resources/qml/Preferences/Materials/MaterialsView.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/qml/Preferences/Materials/MaterialsView.qml b/resources/qml/Preferences/Materials/MaterialsView.qml index 94fbe0be48..6d153f5960 100644 --- a/resources/qml/Preferences/Materials/MaterialsView.qml +++ b/resources/qml/Preferences/Materials/MaterialsView.qml @@ -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) }