Fix fingerprint reader setup page

This commit is contained in:
Michael Zanetti 2022-05-06 13:42:14 +02:00
parent 7959154f46
commit e990b020b8

View File

@ -197,20 +197,16 @@ ThingPageBase {
} }
} }
ColumnLayout {
anchors.fill: parent
SwipeView { SwipeView {
id: addUserSwipeView id: addUserSwipeView
Layout.fillWidth: true anchors.fill: parent
Layout.topMargin: app.margins
Layout.alignment: Qt.AlignTop
interactive: false interactive: false
Item { Item {
width: addUserSwipeView.width width: addUserSwipeView.width
height: addUserSwipeView.height height: addUserSwipeView.height
ColumnLayout { ColumnLayout {
anchors.fill: parent anchors { left: parent.left; top: parent.top; right: parent.right }
anchors.margins: app.margins anchors.margins: app.margins
Label { Label {
Layout.fillWidth: true Layout.fillWidth: true
@ -315,7 +311,7 @@ ThingPageBase {
} }
} }
} }
}
} }
} }