homescreens/halcyon: Fix horizontal scrollbar being shown on app list

This commit is contained in:
Devin Lin 2022-11-07 17:54:00 -05:00
parent b7ae2b189f
commit 39c8008d72

View file

@ -69,6 +69,9 @@ Item {
width: swipeView.width width: swipeView.width
height: swipeView.height height: swipeView.height
// disable horizontal scrollbar
QQC2.ScrollBar.horizontal: QQC2.ScrollBar { policy: QQC2.ScrollBar.AlwaysOff }
GridAppList { GridAppList {
id: gridAppList id: gridAppList