From 5ff9d60433a6d7c09af01a297f12ab8d33a34f72 Mon Sep 17 00:00:00 2001 From: Thomas Hartmann <Thomas.Hartmann@nokia.com> Date: Fri, 25 Nov 2011 14:01:35 +0100 Subject: [PATCH] Welcome Page: logo fix Aligning the font and position. Change-Id: Id8b3116dd2c8585365dd7a24e6f2ddcf8c63fb46 Reviewed-by: Eike Ziller <eike.ziller@nokia.com> --- share/qtcreator/welcomescreen/welcomescreen.qml | 4 ++-- share/qtcreator/welcomescreen/widgets/Logo.qml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/share/qtcreator/welcomescreen/welcomescreen.qml b/share/qtcreator/welcomescreen/welcomescreen.qml index e860a530f97..bb27b60a9d5 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 e8befb5c97e..1b7826c7194 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" } } -- GitLab