1
0

qml: move PIN one section up in Preferences

This commit is contained in:
Sander van Grieken
2023-03-09 15:38:29 +01:00
parent b5e7887fa4
commit d717471389

View File

@@ -159,11 +159,6 @@ Pane {
}
}
PrefsHeading {
Layout.columnSpan: 2
text: qsTr('Wallet behavior')
}
RowLayout {
Layout.fillWidth: true
Layout.leftMargin: -constants.paddingSmall
@@ -221,6 +216,11 @@ Pane {
}
}
PrefsHeading {
Layout.columnSpan: 2
text: qsTr('Wallet behavior')
}
RowLayout {
Layout.columnSpan: 2
Layout.leftMargin: -constants.paddingSmall