From 8f40b6e4d58881abd40ab9733169f14796f35d4b Mon Sep 17 00:00:00 2001 From: Raphael <68374617+raphaelscholle@users.noreply.github.com> Date: Mon, 2 Oct 2023 04:25:53 +0200 Subject: [PATCH] completely fix credits --- qml/ui/configpopup/credits/Credits.qml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/qml/ui/configpopup/credits/Credits.qml b/qml/ui/configpopup/credits/Credits.qml index 0759d8294..e94fd4231 100644 --- a/qml/ui/configpopup/credits/Credits.qml +++ b/qml/ui/configpopup/credits/Credits.qml @@ -42,7 +42,9 @@ Rectangle { Image { id: ee1 visible: true - source: "../../../resources/master1.svg" + source: "../../../resources/master1.png" + width: max.height * 0.7 + height: max.height * 0.7 } } }