mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 13:34:01 -06:00
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:
parent
9ffd7ecdb3
commit
6b41f3a5cd
2 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue