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