From e6ad407b3b5e38abb1fe52ba15e49bd9a34ddfd4 Mon Sep 17 00:00:00 2001 From: ivan tkachenko Date: Sat, 11 Jun 2022 23:49:26 +0300 Subject: [PATCH] [applets/systemtray] Config: Workaround horizontal scroll bar --- applets/systemtray/package/contents/ui/ConfigEntries.qml | 3 +++ 1 file changed, 3 insertions(+) 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