QmlDesigner ColorButton Labels replacement

Change-Id: I2b0af3e1f77fda44d738202986071b9c8f50cb4f
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
Aleksei German
2019-06-07 16:17:33 +02:00
committed by Thomas Hartmann
parent 6d55273fd9
commit f3c2fcef1a

View File

@@ -293,7 +293,7 @@ Item {
Row { Row {
z: 2 z: 2
spacing: 1 spacing: 1
Controls.Label { Label {
text: "G" text: "G"
width: 16 width: 16
color: "#eee" color: "#eee"
@@ -322,7 +322,7 @@ Item {
Row { Row {
z: 1 z: 1
spacing: 1 spacing: 1
Controls.Label { Label {
text: "B" text: "B"
width: 16 width: 16
color: "#eee" color: "#eee"
@@ -350,7 +350,7 @@ Item {
Row { Row {
z: 0 z: 0
spacing: 1 spacing: 1
Controls.Label { Label {
text: "A" text: "A"
width: 16 width: 16
color: "#eee" color: "#eee"
@@ -399,7 +399,7 @@ Item {
Row { Row {
z: 2 z: 2
spacing: 1 spacing: 1
Controls.Label { Label {
text: "S" text: "S"
width: 16 width: 16
color: "#eee" color: "#eee"
@@ -422,7 +422,7 @@ Item {
Row { Row {
z: 1 z: 1
spacing: 1 spacing: 1
Controls.Label { Label {
text: "L" text: "L"
width: 16 width: 16
color: "#eee" color: "#eee"