swipeview

This commit is contained in:
Benjamin Palko 2025-09-11 23:41:07 -04:00
parent f974911b1c
commit 9adae58589

View file

@ -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