forked from qt-creator/qt-creator
WelcomePage: fix for the logo
Using a proper logo now Change-Id: I57da3e046e7b662d034632a530ab9aaf6ec6eafe Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 5.2 KiB |
BIN
share/qtcreator/welcomescreen/widgets/images/qtcreator.png
Normal file
BIN
share/qtcreator/welcomescreen/widgets/images/qtcreator.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.2 KiB |
Reference in New Issue
Block a user