From 77cf63acfaca5b49f5e6904b95ddf71141cb8d79 Mon Sep 17 00:00:00 2001 From: Dimitriovski Date: Thu, 27 Feb 2020 11:20:32 +0100 Subject: [PATCH] Removed the new placeholder from WelcomePage.qml as we probably want to see the Robot there instead of the hexagon. CURA-7162 --- plugins/Toolbox/resources/qml/pages/WelcomePage.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Toolbox/resources/qml/pages/WelcomePage.qml b/plugins/Toolbox/resources/qml/pages/WelcomePage.qml index f6eef2d390..cbfdf8f402 100644 --- a/plugins/Toolbox/resources/qml/pages/WelcomePage.qml +++ b/plugins/Toolbox/resources/qml/pages/WelcomePage.qml @@ -20,7 +20,7 @@ Column { id: profileImage fillMode: Image.PreserveAspectFit - source: "../../images/placeholder.svg" + source: "../../images/logobot.svg" anchors.horizontalCenter: parent.horizontalCenter width: Math.round(parent.width / 4) }