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.
This commit is contained in:
Jelle Spijker 2020-04-22 15:18:48 +02:00 committed by Kostas Karmas
parent fa34c625ae
commit fed5598eb7
2 changed files with 0 additions and 170 deletions

View file

@ -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