diff --git a/share/qtcreator/welcomescreen/welcomescreen.qml b/share/qtcreator/welcomescreen/welcomescreen.qml index c997675a019..e860a530f97 100644 --- a/share/qtcreator/welcomescreen/welcomescreen.qml +++ b/share/qtcreator/welcomescreen/welcomescreen.qml @@ -73,11 +73,18 @@ Rectangle { anchors.topMargin: 100 model: pagesModel } + Logo { - id: logo - x: 4 - y: 10 + x: 5 + y: 28 } } + + BorderImage { + anchors.right: parent.right + anchors.left: parent.left + border.right: 1 + source: "widgets/images/creatorbar.png" + } } diff --git a/share/qtcreator/welcomescreen/widgets/images/creatorbar.png b/share/qtcreator/welcomescreen/widgets/images/creatorbar.png new file mode 100644 index 00000000000..f00375bb918 Binary files /dev/null and b/share/qtcreator/welcomescreen/widgets/images/creatorbar.png differ