diff --git a/internal/frontend/bridge-gui/bridge-gui/qml/SetupWizard/SetupWizard.qml b/internal/frontend/bridge-gui/bridge-gui/qml/SetupWizard/SetupWizard.qml index b418aa7a..0b0718d6 100644 --- a/internal/frontend/bridge-gui/bridge-gui/qml/SetupWizard/SetupWizard.qml +++ b/internal/frontend/bridge-gui/bridge-gui/qml/SetupWizard/SetupWizard.qml @@ -159,9 +159,10 @@ Item { anchors.bottom: parent.bottom anchors.bottomMargin: 48 anchors.horizontalCenter: parent.horizontalCenter - fillMode: Image.PreserveAspectFit height: 24 - mipmap: true + width: 136 + sourceSize.height: 24 + sourceSize.width: 136 source: root.colorScheme.mail_logo_with_wordmark } }