Skip to content

Commit

Permalink
completely fix credits
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Oct 2, 2023
1 parent a0185b5 commit 8f40b6e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion qml/ui/configpopup/credits/Credits.qml
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
}
Expand Down

0 comments on commit 8f40b6e

Please sign in to comment.