From f85053146108267bb9c0720ae872e99f3dd5773b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=EA=A6=AB=EA=A6=B6=EA=A6=8F=EA=A7=80=EA=A6=A6?= =?UTF-8?q?=EA=A6=BF=EA=A6=A7=EA=A6=AE=EA=A6=91=EA=A6=A9=EA=A6=AD=EA=A7=80?= Date: Wed, 22 Feb 2023 19:29:29 +0800 Subject: StackLayout replaces SwipeView on popular tabs --- HomeDefault.ui.qml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/HomeDefault.ui.qml b/HomeDefault.ui.qml index 9a25826..4aa79cb 100644 --- a/HomeDefault.ui.qml +++ b/HomeDefault.ui.qml @@ -284,21 +284,20 @@ Flickable { } } - SwipeView { + StackLayout { id: tabsContent currentIndex: tabs.currentIndex - Layout.fillWidth: true Layout.preferredHeight: popular.height GridView { id: popular interactive: false + Layout.fillWidth: true cellWidth: width < 576 ? width : width < 768 ? width / 2 : width < 992 ? width / 3 : width / 4 cellHeight: cellWidth * 1.3 - width: parent.width height: width < 576 ? cellHeight * count : width < 768 -- cgit v1.2.3