From 53ea5e9adc12be90252bedc76b7ec308bbc50606 Mon Sep 17 00:00:00 2001 From: Xavier Michelon Date: Mon, 21 Aug 2023 07:23:41 +0200 Subject: [PATCH] feat(GODT-2772): fix aliasing in protonmail wordmark on Windows. --- .../bridge-gui/bridge-gui/qml/SetupWizard/SetupWizard.qml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 } }