From d71747138998a773b4a001ba1c158adff43e0399 Mon Sep 17 00:00:00 2001 From: Sander van Grieken Date: Thu, 9 Mar 2023 15:38:29 +0100 Subject: [PATCH] qml: move PIN one section up in Preferences --- electrum/gui/qml/components/Preferences.qml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/electrum/gui/qml/components/Preferences.qml b/electrum/gui/qml/components/Preferences.qml index bb97c23c4..575b121ef 100644 --- a/electrum/gui/qml/components/Preferences.qml +++ b/electrum/gui/qml/components/Preferences.qml @@ -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