From fed5598eb702fae5a2cf8f8f412eafd4510f9292 Mon Sep 17 00:00:00 2001 From: Jelle Spijker Date: Wed, 22 Apr 2020 15:18:48 +0200 Subject: [PATCH] Removed logobot image from Enterprise marketplace pop-up screen Updated the qml WelcomPage to no longer show the logobot and removed the logobot.svg from the resources since it is no longer used. --- plugins/Toolbox/resources/images/logobot.svg | 161 ------------------ .../resources/qml/pages/WelcomePage.qml | 9 - 2 files changed, 170 deletions(-) delete mode 100644 plugins/Toolbox/resources/images/logobot.svg diff --git a/plugins/Toolbox/resources/images/logobot.svg b/plugins/Toolbox/resources/images/logobot.svg deleted file mode 100644 index 8234f66887..0000000000 --- a/plugins/Toolbox/resources/images/logobot.svg +++ /dev/null @@ -1,161 +0,0 @@ - - - - -logo -Created with Sketch. - - - - - - - - - - - - diff --git a/plugins/Toolbox/resources/qml/pages/WelcomePage.qml b/plugins/Toolbox/resources/qml/pages/WelcomePage.qml index cbfdf8f402..d8adda0846 100644 --- a/plugins/Toolbox/resources/qml/pages/WelcomePage.qml +++ b/plugins/Toolbox/resources/qml/pages/WelcomePage.qml @@ -16,15 +16,6 @@ Column height: childrenRect.height anchors.centerIn: parent - Image - { - id: profileImage - fillMode: Image.PreserveAspectFit - source: "../../images/logobot.svg" - anchors.horizontalCenter: parent.horizontalCenter - width: Math.round(parent.width / 4) - } - Label { id: welcomeTextLabel