mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07: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
|
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…
Add table
Add a link
Reference in a new issue