Improve ParamDelegate layout
This commit is contained in:
parent
6db3a5acba
commit
6ce372a2ef
@ -24,10 +24,11 @@ ItemDelegate {
|
|||||||
contentItem: ColumnLayout {
|
contentItem: ColumnLayout {
|
||||||
id: contentItemColumn
|
id: contentItemColumn
|
||||||
RowLayout {
|
RowLayout {
|
||||||
|
spacing: app.margins
|
||||||
Label {
|
Label {
|
||||||
id: nameLabel
|
id: nameLabel
|
||||||
Layout.fillWidth: true
|
// Layout.fillWidth: true
|
||||||
Layout.minimumWidth: parent.width / 2
|
// Layout.minimumWidth: parent.width / 2
|
||||||
text: root.paramType.displayName
|
text: root.paramType.displayName
|
||||||
elide: Text.ElideRight
|
elide: Text.ElideRight
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user