mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 23:16:06 +08: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
@ -34,7 +34,7 @@ Item
|
|||||||
{
|
{
|
||||||
id: curaImage
|
id: curaImage
|
||||||
anchors.horizontalCenter: parent.horizontalCenter
|
anchors.horizontalCenter: parent.horizontalCenter
|
||||||
source: UM.Theme.getImage("first_run_welcome_cura")
|
source: UM.Theme.getImage("welcome_cura")
|
||||||
fillMode: Image.PreserveAspectFit
|
fillMode: Image.PreserveAspectFit
|
||||||
width: UM.Theme.getSize("welcome_wizard_content_image_big").width
|
width: UM.Theme.getSize("welcome_wizard_content_image_big").width
|
||||||
sourceSize.width: width
|
sourceSize.width: width
|
||||||
|
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.8 KiB |
Loading…
x
Reference in New Issue
Block a user