From 66520eae195ad252021ebb5c6bfe2a1efc5f8adf Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Sun, 2 Jan 2022 21:46:29 +0100 Subject: Port image overlay to qml Allows you to zoom and pan now. relates to #647 --- resources/qml/dialogs/UserProfile.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources/qml/dialogs/UserProfile.qml') diff --git a/resources/qml/dialogs/UserProfile.qml b/resources/qml/dialogs/UserProfile.qml index 04f21f55..29ce2c3f 100644 --- a/resources/qml/dialogs/UserProfile.qml +++ b/resources/qml/dialogs/UserProfile.qml @@ -70,7 +70,7 @@ ApplicationWindow { displayName: profile.displayName userid: profile.userid Layout.alignment: Qt.AlignHCenter - onClicked: TimelineManager.openImageOverlay(profile.avatarUrl, "") + onClicked: TimelineManager.openImageOverlay(null, profile.avatarUrl, "") ImageButton { hoverEnabled: true -- cgit 1.5.1