diff --git a/containments/homescreens/halcyon/package/contents/ui/HomeScreen.qml b/containments/homescreens/halcyon/package/contents/ui/HomeScreen.qml index 0db0f5c2..ad9be51b 100644 --- a/containments/homescreens/halcyon/package/contents/ui/HomeScreen.qml +++ b/containments/homescreens/halcyon/package/contents/ui/HomeScreen.qml @@ -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