summaryrefslogtreecommitdiff
path: root/contents/ui/main.qml
diff options
context:
space:
mode:
authorFrederick Yin <fkfd@fkfd.me>2022-04-09 11:47:27 +0800
committerFrederick Yin <fkfd@fkfd.me>2022-04-09 11:47:27 +0800
commite22e00919f82582826db4d7e9fea83d0d9c633f3 (patch)
tree207b42c7d3a3da48ed991120b04cf9f1d3cf4e4b /contents/ui/main.qml
parent6606ada36caa0b1562b3a08d10e8e141be1802e1 (diff)
Increase spacing in ScrollViews
Diffstat (limited to 'contents/ui/main.qml')
-rw-r--r--contents/ui/main.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/contents/ui/main.qml b/contents/ui/main.qml
index 17c330e..f207d25 100644
--- a/contents/ui/main.qml
+++ b/contents/ui/main.qml
@@ -121,6 +121,7 @@ Item {
ListView {
Layout.fillWidth: true
+ spacing: PlasmaCore.Units.smallSpacing
delegate: ActivityView {}
model: announcementsModel
}
@@ -153,6 +154,7 @@ Item {
ListView {
Layout.fillWidth: true
+ spacing: PlasmaCore.Units.gridUnit
delegate: ActivityView {}
model: assignmentsModel
}