forked from Silverfish/proton-bridge
feat(GODT-2772): fix aliasing in protonmail wordmark on Windows.
This commit is contained in:
committed by
Xavier Michelon
parent
6f420f9098
commit
53ea5e9adc
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user