diff --git a/share/qtcreator/welcomescreen/welcomescreen.qml b/share/qtcreator/welcomescreen/welcomescreen.qml index 3383f9c85bc..f52564f7239 100644 --- a/share/qtcreator/welcomescreen/welcomescreen.qml +++ b/share/qtcreator/welcomescreen/welcomescreen.qml @@ -18,7 +18,7 @@ Image { id: header; source: "qrc:welcome/images/center_frame_header.png"; anchors.verticalCenter: parent.verticalCenter; - anchors.left: parent.left; + anchors.horizontalCenter: parent.horizontalCenter; anchors.topMargin: 2 } anchors.top: root.top diff --git a/src/plugins/welcome/images/center_frame_header.png b/src/plugins/welcome/images/center_frame_header.png index 4d840b48f96..ce88366718d 100644 Binary files a/src/plugins/welcome/images/center_frame_header.png and b/src/plugins/welcome/images/center_frame_header.png differ