From 9adae58589d57f8dda40f8447d1b01678abf1633 Mon Sep 17 00:00:00 2001 From: Benjamin Palko Date: Thu, 11 Sep 2025 23:41:07 -0400 Subject: [PATCH] swipeview --- modules/storybook/Storybook.qml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/storybook/Storybook.qml b/modules/storybook/Storybook.qml index 0c0851f..8cc9dcf 100644 --- a/modules/storybook/Storybook.qml +++ b/modules/storybook/Storybook.qml @@ -36,7 +36,7 @@ StyledPanelWindow { anchors.top: parent.top anchors.left: parent.left anchors.right: parent.right - anchors.bottom: stack.top + anchors.bottom: view.top StyledTabButton { text: "Fields" @@ -49,8 +49,8 @@ StyledPanelWindow { } } - StackLayout { - id: stack + SwipeView { + id: view anchors.top: tabs.bottom anchors.left: parent.left