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

@ -68,7 +68,10 @@ Item {
QQC2.ScrollView {
width: swipeView.width
height: swipeView.height
// disable horizontal scrollbar
QQC2.ScrollBar.horizontal: QQC2.ScrollBar { policy: QQC2.ScrollBar.AlwaysOff }
GridAppList {
id: gridAppList