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 {
id: addUserSwipeView
Layout.fillWidth: true
Layout.topMargin: app.margins
Layout.alignment: Qt.AlignTop
anchors.fill: parent
interactive: false
Item {
width: addUserSwipeView.width
height: addUserSwipeView.height
ColumnLayout {
anchors.fill: parent
anchors { left: parent.left; top: parent.top; right: parent.right }
anchors.margins: app.margins
Label {
Layout.fillWidth: true
@ -315,7 +311,7 @@ ThingPageBase {
}
}
}
}
}
}