From f3c2fcef1aff0835b8e7887c59d54c48e1346ef8 Mon Sep 17 00:00:00 2001 From: Aleksei German Date: Fri, 7 Jun 2019 16:17:33 +0200 Subject: [PATCH] QmlDesigner ColorButton Labels replacement Change-Id: I2b0af3e1f77fda44d738202986071b9c8f50cb4f Reviewed-by: Thomas Hartmann --- .../imports/HelperWidgets/ColorButton.qml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ColorButton.qml b/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ColorButton.qml index 62ca268e14b..5449f85eb6c 100644 --- a/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ColorButton.qml +++ b/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ColorButton.qml @@ -293,7 +293,7 @@ Item { Row { z: 2 spacing: 1 - Controls.Label { + Label { text: "G" width: 16 color: "#eee" @@ -322,7 +322,7 @@ Item { Row { z: 1 spacing: 1 - Controls.Label { + Label { text: "B" width: 16 color: "#eee" @@ -350,7 +350,7 @@ Item { Row { z: 0 spacing: 1 - Controls.Label { + Label { text: "A" width: 16 color: "#eee" @@ -399,7 +399,7 @@ Item { Row { z: 2 spacing: 1 - Controls.Label { + Label { text: "S" width: 16 color: "#eee" @@ -422,7 +422,7 @@ Item { Row { z: 1 spacing: 1 - Controls.Label { + Label { text: "L" width: 16 color: "#eee"