Removed the new placeholder from WelcomePage.qml as we probably want to see the Robot there instead of the hexagon.

CURA-7162
This commit is contained in:
Dimitriovski 2020-02-27 11:20:32 +01:00
parent 1acfaf9705
commit 77cf63acfa
No known key found for this signature in database
GPG key ID: 4E62757E2B0D304D

View file

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