Make the welcome screen a re-usable image

It's not good to name a resource after where it's used if it could be necessary in multiple places.

Contributes to issue CURA-8107.
This commit is contained in:
Ghostkeeper 2021-04-01 18:19:18 +02:00
parent 9ffd7ecdb3
commit 6b41f3a5cd
No known key found for this signature in database
GPG key ID: D2A8871EE34EC59A
2 changed files with 1 additions and 1 deletions

View file

@ -34,7 +34,7 @@ Item
{
id: curaImage
anchors.horizontalCenter: parent.horizontalCenter
source: UM.Theme.getImage("first_run_welcome_cura")
source: UM.Theme.getImage("welcome_cura")
fillMode: Image.PreserveAspectFit
width: UM.Theme.getSize("welcome_wizard_content_image_big").width
sourceSize.width: width