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"