diff --git a/electrum/gui/qml/components/TxDetails.qml b/electrum/gui/qml/components/TxDetails.qml index eb58dfb58..8531b2175 100644 --- a/electrum/gui/qml/components/TxDetails.qml +++ b/electrum/gui/qml/components/TxDetails.qml @@ -166,6 +166,7 @@ Pane { Label { Layout.columnSpan: 2 Layout.topMargin: constants.paddingSmall + visible: !txdetails.isUnrelated text: qsTr('Label') color: Material.accentColor } @@ -178,6 +179,8 @@ Pane { Layout.columnSpan: 2 Layout.fillWidth: true + visible: !txdetails.isUnrelated + RowLayout { width: parent.width Label {