From f928688df3fd07d855dbe3029d6455086593f5f9 Mon Sep 17 00:00:00 2001 From: ivan tkachenko Date: Sat, 11 Jun 2022 23:23:28 +0300 Subject: [PATCH] [applets/systemtray] Config: Specify Kirigami based spacing on layouts --- applets/systemtray/package/contents/ui/ConfigEntries.qml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/applets/systemtray/package/contents/ui/ConfigEntries.qml b/applets/systemtray/package/contents/ui/ConfigEntries.qml index 28aae367c..8ef54415f 100644 --- a/applets/systemtray/package/contents/ui/ConfigEntries.qml +++ b/applets/systemtray/package/contents/ui/ConfigEntries.qml @@ -24,6 +24,8 @@ ColumnLayout { property var cfg_extraItems: [] property alias cfg_showAllItems: showAllCheckBox.checked + spacing: Kirigami.Units.smallSpacing + QQC2.CheckBox { id: showAllCheckBox text: i18n("Always show all entries") @@ -72,6 +74,8 @@ ColumnLayout { hoverEnabled: false RowLayout { + spacing: Kirigami.Units.smallSpacing + Kirigami.Heading { text: i18nc("Name of the system tray entry", "Entry") level: 2 @@ -111,7 +115,10 @@ ColumnLayout { property bool isPlasmoid: model.itemType === "Plasmoid" contentItem: RowLayout { + spacing: Kirigami.Units.smallSpacing + RowLayout { + spacing: Kirigami.Units.smallSpacing Layout.fillWidth: true Kirigami.Icon {