forked from qt-creator/qt-creator
QmlDesigner ColorEditor Labels replacement
Change-Id: Ic437540c8f5047f303b627dd9579e8eead3791e1 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
committed by
Thomas Hartmann
parent
5636686aa0
commit
11093f1ed7
@@ -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
|
||||
|
Reference in New Issue
Block a user