forked from qt-creator/qt-creator
QmlDesigner.PropertyEditor: avoiding text eliding in LayoutSection
Change-Id: I5635e2a304f7ad3c66d6eb17d2318af0dbd19037 Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
This commit is contained in:
@@ -76,6 +76,7 @@ Section {
|
|||||||
text: qsTr("Target")
|
text: qsTr("Target")
|
||||||
color: "#eee"
|
color: "#eee"
|
||||||
elide: Text.ElideRight
|
elide: Text.ElideRight
|
||||||
|
Layout.minimumWidth: 40
|
||||||
}
|
}
|
||||||
|
|
||||||
TargetComboBox {
|
TargetComboBox {
|
||||||
@@ -89,6 +90,7 @@ Section {
|
|||||||
text: "Margin"
|
text: "Margin"
|
||||||
color: "#eee"
|
color: "#eee"
|
||||||
elide: Text.ElideRight
|
elide: Text.ElideRight
|
||||||
|
Layout.minimumWidth: 40
|
||||||
}
|
}
|
||||||
|
|
||||||
RowLayout {
|
RowLayout {
|
||||||
@@ -132,6 +134,7 @@ Section {
|
|||||||
text: qsTr("Target")
|
text: qsTr("Target")
|
||||||
color: "#eee"
|
color: "#eee"
|
||||||
elide: Text.ElideRight
|
elide: Text.ElideRight
|
||||||
|
Layout.minimumWidth: 40
|
||||||
}
|
}
|
||||||
|
|
||||||
TargetComboBox {
|
TargetComboBox {
|
||||||
@@ -145,6 +148,7 @@ Section {
|
|||||||
text: qsTr("Margin")
|
text: qsTr("Margin")
|
||||||
color: "#eee"
|
color: "#eee"
|
||||||
elide: Text.ElideRight
|
elide: Text.ElideRight
|
||||||
|
Layout.minimumWidth: 40
|
||||||
}
|
}
|
||||||
|
|
||||||
RowLayout {
|
RowLayout {
|
||||||
@@ -188,6 +192,7 @@ Section {
|
|||||||
text: qsTr("Target")
|
text: qsTr("Target")
|
||||||
color: "#eee"
|
color: "#eee"
|
||||||
elide: Text.ElideRight
|
elide: Text.ElideRight
|
||||||
|
Layout.minimumWidth: 40
|
||||||
}
|
}
|
||||||
|
|
||||||
TargetComboBox {
|
TargetComboBox {
|
||||||
@@ -201,6 +206,7 @@ Section {
|
|||||||
text: qsTr("Margin")
|
text: qsTr("Margin")
|
||||||
color: "#eee"
|
color: "#eee"
|
||||||
elide: Text.ElideRight
|
elide: Text.ElideRight
|
||||||
|
Layout.minimumWidth: 40
|
||||||
}
|
}
|
||||||
|
|
||||||
RowLayout {
|
RowLayout {
|
||||||
@@ -244,6 +250,7 @@ Section {
|
|||||||
text: qsTr("Target")
|
text: qsTr("Target")
|
||||||
color: "#eee"
|
color: "#eee"
|
||||||
elide: Text.ElideRight
|
elide: Text.ElideRight
|
||||||
|
Layout.minimumWidth: 40
|
||||||
}
|
}
|
||||||
|
|
||||||
TargetComboBox {
|
TargetComboBox {
|
||||||
@@ -257,7 +264,7 @@ Section {
|
|||||||
text: qsTr("Margin")
|
text: qsTr("Margin")
|
||||||
color: "#eee"
|
color: "#eee"
|
||||||
elide: Text.ElideRight
|
elide: Text.ElideRight
|
||||||
|
Layout.minimumWidth: 40
|
||||||
}
|
}
|
||||||
|
|
||||||
RowLayout {
|
RowLayout {
|
||||||
@@ -300,6 +307,7 @@ Section {
|
|||||||
text: qsTr("Target")
|
text: qsTr("Target")
|
||||||
color: "#eee"
|
color: "#eee"
|
||||||
elide: Text.ElideRight
|
elide: Text.ElideRight
|
||||||
|
Layout.minimumWidth: 40
|
||||||
}
|
}
|
||||||
|
|
||||||
TargetComboBox {
|
TargetComboBox {
|
||||||
@@ -313,6 +321,7 @@ Section {
|
|||||||
text: qsTr("Margin")
|
text: qsTr("Margin")
|
||||||
color: "#eee"
|
color: "#eee"
|
||||||
elide: Text.ElideRight
|
elide: Text.ElideRight
|
||||||
|
Layout.minimumWidth: 40
|
||||||
}
|
}
|
||||||
|
|
||||||
RowLayout {
|
RowLayout {
|
||||||
@@ -355,6 +364,7 @@ Section {
|
|||||||
text: qsTr("Target")
|
text: qsTr("Target")
|
||||||
color: "#eee"
|
color: "#eee"
|
||||||
elide: Text.ElideRight
|
elide: Text.ElideRight
|
||||||
|
Layout.minimumWidth: 40
|
||||||
}
|
}
|
||||||
|
|
||||||
TargetComboBox {
|
TargetComboBox {
|
||||||
@@ -368,6 +378,7 @@ Section {
|
|||||||
text: qsTr("Margin")
|
text: qsTr("Margin")
|
||||||
color: "#eee"
|
color: "#eee"
|
||||||
elide: Text.ElideRight
|
elide: Text.ElideRight
|
||||||
|
Layout.minimumWidth: 40
|
||||||
}
|
}
|
||||||
|
|
||||||
RowLayout {
|
RowLayout {
|
||||||
|
|||||||
Reference in New Issue
Block a user