From b9ea17674d4688986dbc9ec0f82f8242771bed03 Mon Sep 17 00:00:00 2001 From: Sander van Grieken Date: Wed, 16 Jul 2025 12:59:36 +0200 Subject: [PATCH] qml: fix passphrase/seed extension wordwrap --- electrum/gui/qml/components/WalletDetails.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/electrum/gui/qml/components/WalletDetails.qml b/electrum/gui/qml/components/WalletDetails.qml index 35d608364..ea1052063 100644 --- a/electrum/gui/qml/components/WalletDetails.qml +++ b/electrum/gui/qml/components/WalletDetails.qml @@ -189,7 +189,7 @@ Pane { Layout.fillWidth: true visible: seed_extension_label.visible Label { - Layout.fillWidth: true + width: parent.width text: Daemon.currentWallet.seedPassphrase wrapMode: Text.Wrap font.family: FixedFont