forked from qt-creator/qt-creator
QmlDesigner ColorButton Labels replacement
Change-Id: I2b0af3e1f77fda44d738202986071b9c8f50cb4f Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
committed by
Thomas Hartmann
parent
6d55273fd9
commit
f3c2fcef1a
@@ -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"
|
||||
|
Reference in New Issue
Block a user