diff options
Diffstat (limited to 'contents/ui/main.qml')
-rw-r--r-- | contents/ui/main.qml | 2 |
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 } |