Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGhostkeeper <rubend@tutanota.com>2021-04-01 19:19:18 +0300
committerGhostkeeper <rubend@tutanota.com>2021-04-01 19:19:18 +0300
commit6b41f3a5cdad02f031744a29ea4003a517e69087 (patch)
tree6840b988f14112873170412d408fe06320b1fb2f /resources/qml/WelcomePages/WelcomeContent.qml
parent9ffd7ecdb3b7238d56b0bcabbcf70076784216e8 (diff)
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.
Diffstat (limited to 'resources/qml/WelcomePages/WelcomeContent.qml')
-rw-r--r--resources/qml/WelcomePages/WelcomeContent.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/qml/WelcomePages/WelcomeContent.qml b/resources/qml/WelcomePages/WelcomeContent.qml
index 45a0bf4a7c..619780435d 100644
--- a/resources/qml/WelcomePages/WelcomeContent.qml
+++ b/resources/qml/WelcomePages/WelcomeContent.qml
@@ -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