diff options
author | Frederick Yin <fkfd@fkfd.me> | 2023-07-26 14:13:38 +0800 |
---|---|---|
committer | Frederick Yin <fkfd@fkfd.me> | 2023-07-26 14:13:38 +0800 |
commit | f0d26fb12a6e0f3ac115244f0e5736b8c944d39b (patch) | |
tree | d8bb983eed23213781762dca0419bf71f4e15db4 /contents/ui/main.qml | |
parent | 8db750f3da3aa93301ee4658db20d6ab516d51a1 (diff) |
Fix spacing
Diffstat (limited to 'contents/ui/main.qml')
-rw-r--r-- | contents/ui/main.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contents/ui/main.qml b/contents/ui/main.qml index 86c4022..6fd20bc 100644 --- a/contents/ui/main.qml +++ b/contents/ui/main.qml @@ -122,7 +122,7 @@ Item { ListView { id: assignmentsListView Layout.fillWidth: true - spacing: 0 + spacing: PlasmaCore.Units.smallSpacing delegate: ActivityView {} model: assignmentsModel |