From 9b0ff481b26f8e872ea4bb7d3bcda19313abb58f Mon Sep 17 00:00:00 2001 From: Sander van Grieken Date: Mon, 6 Mar 2023 18:05:20 +0100 Subject: [PATCH] qml: txdetails feebump/cancel below mempool position --- electrum/gui/qml/components/TxDetails.qml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/electrum/gui/qml/components/TxDetails.qml b/electrum/gui/qml/components/TxDetails.qml index e0227437b..2b349fd41 100644 --- a/electrum/gui/qml/components/TxDetails.qml +++ b/electrum/gui/qml/components/TxDetails.qml @@ -120,6 +120,17 @@ Pane { text: txdetails.status } + Label { + text: qsTr('Mempool depth') + color: Material.accentColor + visible: txdetails.mempoolDepth + } + + Label { + text: txdetails.mempoolDepth + visible: txdetails.mempoolDepth + } + TextHighlightPane { Layout.fillWidth: true Layout.columnSpan: 2 @@ -175,17 +186,6 @@ Pane { } - Label { - text: qsTr('Mempool depth') - color: Material.accentColor - visible: txdetails.mempoolDepth - } - - Label { - text: txdetails.mempoolDepth - visible: txdetails.mempoolDepth - } - Label { visible: txdetails.isMined text: qsTr('Date')