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