diff --git a/electrum/gui/qml/components/ExceptionDialog.qml b/electrum/gui/qml/components/ExceptionDialog.qml index e4159232a..9bc3a7b5b 100644 --- a/electrum/gui/qml/components/ExceptionDialog.qml +++ b/electrum/gui/qml/components/ExceptionDialog.qml @@ -18,10 +18,14 @@ ElDialog width: parent.width height: parent.height z: 1000 // assure topmost of all other dialogs. note: child popups need even higher! + // disable padding in ElDialog as it is overwritten here and shows no effect, this dialog needs padding though + needsSystemBarPadding: false header: null ColumnLayout { + anchors.topMargin: app.statusBarHeight // edge-to-edge layout padding + anchors.bottomMargin: app.navigationBarHeight anchors.fill: parent enabled: !_sending