diff --git a/electrum/gui/qml/components/controls/TxInput.qml b/electrum/gui/qml/components/controls/TxInput.qml index b876bc4aa..e93f155ad 100644 --- a/electrum/gui/qml/components/controls/TxInput.qml +++ b/electrum/gui/qml/components/controls/TxInput.qml @@ -34,7 +34,14 @@ TextHighlightPane { Layout.fillWidth: true text: model.short_id font.family: FixedFont + wrapMode: Text.NoWrap + elide: Text.ElideRight } + } + + RowLayout { + Layout.fillWidth: true + Layout.leftMargin: constants.paddingLarge Label { id: txin_value text: model.value != undefined