Update presplash image layout in Terms of Use wizard

This commit is contained in:
2025-11-26 12:45:59 +01:00
parent eb68f4c9e9
commit 544872a8f1
2 changed files with 3 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 124 KiB

After

Width:  |  Height:  |  Size: 47 KiB

View File

@@ -21,11 +21,11 @@ WizardComponent {
Image { Image {
Layout.fillWidth: true Layout.fillWidth: true
Layout.preferredHeight: 150
Layout.leftMargin: -constants.paddingLarge
Layout.rightMargin: -constants.paddingLarge
fillMode: Image.PreserveAspectFit fillMode: Image.PreserveAspectFit
source: Qt.resolvedUrl('../../../icons/electrum_presplash.png') source: Qt.resolvedUrl('../../../icons/electrum_presplash.png')
// reduce spacing a bit
Layout.topMargin: -100
Layout.bottomMargin: -200
} }
Label { Label {