diff --git a/applets/systemtray/package/contents/ui/ConfigEntries.qml b/applets/systemtray/package/contents/ui/ConfigEntries.qml index acd06f248..b40ece722 100644 --- a/applets/systemtray/package/contents/ui/ConfigEntries.qml +++ b/applets/systemtray/package/contents/ui/ConfigEntries.qml @@ -56,6 +56,9 @@ ColumnLayout { Component.onCompleted: scrollView.background.visible = true + // HACK: workaround for https://bugreports.qt.io/browse/QTBUG-83890 + QQC2.ScrollBar.horizontal.policy: QQC2.ScrollBar.AlwaysOff + ListView { id: itemsList