From 6ce372a2ef1bc306b9b6a20439afa0a0653f681a Mon Sep 17 00:00:00 2001 From: Michael Zanetti Date: Thu, 16 Jan 2020 18:52:29 +0100 Subject: [PATCH] Improve ParamDelegate layout --- nymea-app/ui/delegates/ParamDelegate.qml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 }