From a0699f52475f5a2fca9d261bb886f8680b5ecf5d Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Mon, 13 Dec 2021 19:09:03 +0100 Subject: Multiply source size by scale factor Might be unnecessary, but docs are unclear on that. --- resources/qml/dialogs/UserProfile.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'resources/qml/dialogs') diff --git a/resources/qml/dialogs/UserProfile.qml b/resources/qml/dialogs/UserProfile.qml index ba3f3a45..c1f0df3b 100644 --- a/resources/qml/dialogs/UserProfile.qml +++ b/resources/qml/dialogs/UserProfile.qml @@ -305,8 +305,8 @@ ApplicationWindow { Layout.preferredHeight: 16 Layout.preferredWidth: 16 visible: profile.isSelf && verificationStatus != VerificationStatus.NOT_APPLICABLE - sourceSize.height: 16 - sourceSize.width: 16 + sourceSize.height: 16 * Screen.devicePixelRatio + sourceSize.width: 16 * Screen.devicePixelRatio source: { switch (verificationStatus) { case VerificationStatus.VERIFIED: -- cgit 1.5.1