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'])