QmlDesigner ColorEditor Labels replacement

Change-Id: Ic437540c8f5047f303b627dd9579e8eead3791e1
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
Aleksei German
2019-06-07 15:40:31 +02:00
committed by Thomas Hartmann
parent 5636686aa0
commit 11093f1ed7

View File

@@ -639,7 +639,8 @@ Column {
spacing: 2
Column {
spacing: 5
Text {
Label {
width: parent.width
text: qsTr("Original")
color: "#eee"
}
@@ -664,7 +665,8 @@ Column {
Column {
spacing: 5
Text {
Label {
width: parent.width
text: qsTr("New")
color: "#eee"
}
@@ -682,7 +684,8 @@ Column {
Column {
spacing: 5
Text {
Label {
width: parent.width
text: qsTr("Recent")
color: "#eee"
elide: Text.ElideRight