From 39c8008d729df03c35f37237389b0696eb7e61d4 Mon Sep 17 00:00:00 2001 From: Devin Lin Date: Mon, 7 Nov 2022 17:54:00 -0500 Subject: [PATCH] homescreens/halcyon: Fix horizontal scrollbar being shown on app list --- .../homescreens/halcyon/package/contents/ui/HomeScreen.qml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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