diff --git a/electrum/gui/icons/electrum_presplash.png b/electrum/gui/icons/electrum_presplash.png index 94911fd8a..14d74bfb7 100644 Binary files a/electrum/gui/icons/electrum_presplash.png and b/electrum/gui/icons/electrum_presplash.png differ diff --git a/electrum/gui/qml/components/wizard/WCTermsOfUseRequest.qml b/electrum/gui/qml/components/wizard/WCTermsOfUseRequest.qml index aa3b6a37c..94d544fc7 100644 --- a/electrum/gui/qml/components/wizard/WCTermsOfUseRequest.qml +++ b/electrum/gui/qml/components/wizard/WCTermsOfUseRequest.qml @@ -21,11 +21,11 @@ WizardComponent { Image { Layout.fillWidth: true + Layout.preferredHeight: 150 + Layout.leftMargin: -constants.paddingLarge + Layout.rightMargin: -constants.paddingLarge fillMode: Image.PreserveAspectFit source: Qt.resolvedUrl('../../../icons/electrum_presplash.png') - // reduce spacing a bit - Layout.topMargin: -100 - Layout.bottomMargin: -200 } Label {