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
|
spacing: 2
|
||||||
Column {
|
Column {
|
||||||
spacing: 5
|
spacing: 5
|
||||||
Text {
|
Label {
|
||||||
|
width: parent.width
|
||||||
text: qsTr("Original")
|
text: qsTr("Original")
|
||||||
color: "#eee"
|
color: "#eee"
|
||||||
}
|
}
|
||||||
@@ -664,7 +665,8 @@ Column {
|
|||||||
|
|
||||||
Column {
|
Column {
|
||||||
spacing: 5
|
spacing: 5
|
||||||
Text {
|
Label {
|
||||||
|
width: parent.width
|
||||||
text: qsTr("New")
|
text: qsTr("New")
|
||||||
color: "#eee"
|
color: "#eee"
|
||||||
}
|
}
|
||||||
@@ -682,7 +684,8 @@ Column {
|
|||||||
|
|
||||||
Column {
|
Column {
|
||||||
spacing: 5
|
spacing: 5
|
||||||
Text {
|
Label {
|
||||||
|
width: parent.width
|
||||||
text: qsTr("Recent")
|
text: qsTr("Recent")
|
||||||
color: "#eee"
|
color: "#eee"
|
||||||
elide: Text.ElideRight
|
elide: Text.ElideRight
|
||||||
|
Reference in New Issue
Block a user