Browse Source

qml: small screen fixes

master
Sander van Grieken 3 years ago
parent
commit
f8ce6c6564
  1. 4
      electrum/gui/qml/components/TxDetails.qml

4
electrum/gui/qml/components/TxDetails.qml

@ -87,6 +87,7 @@ Pane {
FormattedAmount {
visible: !txdetails.isUnrelated
Layout.preferredWidth: 1
Layout.fillWidth: true
amount: txdetails.lnAmount.isEmpty ? txdetails.amount : txdetails.lnAmount
}
@ -107,9 +108,12 @@ Pane {
}
Label {
Layout.preferredWidth: 1
Layout.fillWidth: true
visible: txdetails.feeRateStr != ""
text: qsTr('Transaction fee rate')
color: Material.accentColor
wrapMode: Text.Wrap
}
Label {

Loading…
Cancel
Save