[applets/systemtray] Config: Specify Kirigami based spacing on layouts

wilder-5.26
ivan tkachenko 4 years ago
parent d1158b7997
commit f928688df3
No known key found for this signature in database
GPG Key ID: AF72731B7C654CB3
  1. 7
      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 {

Loading…
Cancel
Save