From ef8d53c46a9444265aff2cff5b50ec4a51edc250 Mon Sep 17 00:00:00 2001 From: SomberNight Date: Thu, 2 Oct 2025 23:37:15 +0000 Subject: [PATCH] lnurlw: follow-up: fix android edge-to-edge layout padding as per https://github.com/spesmilo/electrum/pull/9993#issuecomment-3228252596 --- electrum/gui/qml/components/LnurlWithdrawRequestDialog.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/electrum/gui/qml/components/LnurlWithdrawRequestDialog.qml b/electrum/gui/qml/components/LnurlWithdrawRequestDialog.qml index 4bbcab99b..d5a84c6f1 100644 --- a/electrum/gui/qml/components/LnurlWithdrawRequestDialog.qml +++ b/electrum/gui/qml/components/LnurlWithdrawRequestDialog.qml @@ -17,6 +17,7 @@ ElDialog { property RequestDetails requestDetails padding: 0 + needsSystemBarPadding: false property int walletCanReceive: 0 property int providerMinWithdrawable: parseInt(requestDetails.lnurlData['min_withdrawable_sat'])