Improve ParamDelegate layout

This commit is contained in:
Michael Zanetti 2020-01-16 18:52:29 +01:00
parent 6db3a5acba
commit 6ce372a2ef

View File

@ -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
}