Skip to content
Snippets Groups Projects
Commit 5a8c968d authored by Thomas Hartmann's avatar Thomas Hartmann
Browse files

WelcomePage: fix for the logo


Using a proper logo now

Change-Id: I57da3e046e7b662d034632a530ab9aaf6ec6eafe
Reviewed-by: default avatarEike Ziller <eike.ziller@nokia.com>
parent 91d8ffba
No related branches found
No related tags found
No related merge requests found
......@@ -34,5 +34,17 @@ import QtQuick 1.0
Image {
id: logo
source: "images/logo.png"
source: "images/qtcreator.png"
Text {
y: 21
color: "#424242"
text: "Qt Creator"
font.bold: true
anchors.left: parent.left
anchors.leftMargin: 52
anchors.bottom: parent.bottom
anchors.bottomMargin: 6
font.pixelSize: 14
font.family: "Helvetica"
}
}
share/qtcreator/welcomescreen/widgets/images/logo.png

5.21 KiB

share/qtcreator/welcomescreen/widgets/images/qtcreator.png

2.18 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment