feat(GODT-2772): fix aliasing in protonmail wordmark on Windows.

This commit is contained in:
Xavier Michelon
2023-08-21 07:23:41 +02:00
committed by Xavier Michelon
parent 6f420f9098
commit 53ea5e9adc

View File

@ -159,9 +159,10 @@ Item {
anchors.bottom: parent.bottom anchors.bottom: parent.bottom
anchors.bottomMargin: 48 anchors.bottomMargin: 48
anchors.horizontalCenter: parent.horizontalCenter anchors.horizontalCenter: parent.horizontalCenter
fillMode: Image.PreserveAspectFit
height: 24 height: 24
mipmap: true width: 136
sourceSize.height: 24
sourceSize.width: 136
source: root.colorScheme.mail_logo_with_wordmark source: root.colorScheme.mail_logo_with_wordmark
} }
} }