From 2f632def86c9aa79274192061e40d4401520de21 Mon Sep 17 00:00:00 2001 From: Jelle Spijker Date: Wed, 22 Apr 2020 15:18:48 +0200 Subject: [PATCH 1/2] 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 From 5ae4ce3b9b2e9b0adecdd421c80446a160b6b293 Mon Sep 17 00:00:00 2001 From: Jelle Spijker Date: Wed, 22 Apr 2020 15:20:39 +0200 Subject: [PATCH 2/2] Revised text from Enterprise marketplace pop-up screen Updated the qml WelcomPage with the revised text: "Please sign in to get verified plugins and materials for Ultimaker Cura Enterprise" --- 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 d8adda0846..04110cbc0f 100644 --- a/plugins/Toolbox/resources/qml/pages/WelcomePage.qml +++ b/plugins/Toolbox/resources/qml/pages/WelcomePage.qml @@ -19,7 +19,7 @@ Column Label { id: welcomeTextLabel - text: catalog.i18nc("@description", "Get plugins and materials verified by Ultimaker") + text: catalog.i18nc("@description", "Please sign in to get verified plugins and materials for Ultimaker Cura Enterprise") width: Math.round(parent.width / 2) font: UM.Theme.getFont("default") color: UM.Theme.getColor("text")