diff --git a/nymea-app/ui/delegates/ParamDelegate.qml b/nymea-app/ui/delegates/ParamDelegate.qml index dcad42d3..c5d123d2 100644 --- a/nymea-app/ui/delegates/ParamDelegate.qml +++ b/nymea-app/ui/delegates/ParamDelegate.qml @@ -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 }