summaryrefslogtreecommitdiff
path: root/contents/ui
diff options
context:
space:
mode:
Diffstat (limited to 'contents/ui')
-rw-r--r--contents/ui/ActivityView.qml5
1 files changed, 4 insertions, 1 deletions
diff --git a/contents/ui/ActivityView.qml b/contents/ui/ActivityView.qml
index 38b92f1..2f11db9 100644
--- a/contents/ui/ActivityView.qml
+++ b/contents/ui/ActivityView.qml
@@ -17,7 +17,10 @@ PlasmaComponents.ListItem {
property bool expanded: false
ColumnLayout {
- width: (type == "announcement" ? announcementsListView : assignmentsListView).width
+ width:
+ (type == "announcement"
+ ? announcementsListView : assignmentsListView).width
+ - PlasmaCore.Units.gridUnit // clearance for scrollbar
Layout.fillWidth: true
RowLayout {
RowLayout {