diff --git a/share/qtcreator/welcomescreen/welcomescreen.qml b/share/qtcreator/welcomescreen/welcomescreen.qml
index e860a530f978fc13e53b62ddaa09a6eef7b434b9..bb27b60a9d5b5711ccc190f56a2f03ef5e7ed4a6 100644
--- a/share/qtcreator/welcomescreen/welcomescreen.qml
+++ b/share/qtcreator/welcomescreen/welcomescreen.qml
@@ -75,8 +75,8 @@ Rectangle {
         }
 
         Logo {
-            x: 5
-            y: 28
+            x: 25
+            y: 38
         }
 
     }
diff --git a/share/qtcreator/welcomescreen/widgets/Logo.qml b/share/qtcreator/welcomescreen/widgets/Logo.qml
index e8befb5c97e593f5ab68b72caa0ed84f2283384a..1b7826c719415fa3f12033993cafe833e6a2dbfe 100644
--- a/share/qtcreator/welcomescreen/widgets/Logo.qml
+++ b/share/qtcreator/welcomescreen/widgets/Logo.qml
@@ -44,7 +44,7 @@ Image {
         anchors.leftMargin: 52
         anchors.bottom: parent.bottom
         anchors.bottomMargin: 6
-        font.pixelSize: 14
+        font.pixelSize: 16
         font.family: "Helvetica"
     }
 }