[applets/systemtray] Config: Workaround horizontal scroll bar

wilder-5.26
ivan tkachenko 4 years ago
parent 4c3667ebdd
commit e6ad407b3b
No known key found for this signature in database
GPG Key ID: AF72731B7C654CB3
  1. 3
      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

Loading…
Cancel
Save