Merge PR #304: Improve ParamDelegate layout

This commit is contained in:
Jenkins nymea 2020-01-16 19:26:59 +01:00
commit 546b4c54e8

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
}