From ab838b9739f8cf8be9854519e404a97bf235c7b4 Mon Sep 17 00:00:00 2001 From: Thomas Hartmann Date: Tue, 4 Jun 2019 11:14:06 +0200 Subject: [PATCH] StudioWelcome: Add some adjustments Change-Id: Ia208b56cbeb378a4763314cc1bf398f864c36d93 Reviewed-by: Tim Jenssen --- .../studiowelcome/qml/splashscreen/Welcome_splash.qml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/plugins/studiowelcome/qml/splashscreen/Welcome_splash.qml b/src/plugins/studiowelcome/qml/splashscreen/Welcome_splash.qml index 2ef36045f27..338a6864b83 100644 --- a/src/plugins/studiowelcome/qml/splashscreen/Welcome_splash.qml +++ b/src/plugins/studiowelcome/qml/splashscreen/Welcome_splash.qml @@ -42,8 +42,8 @@ Image { Image { id: logo - x: 16 - y: 18 + x: 14 + y: 8 width: 76 height: 66 fillMode: Image.PreserveAspectFit @@ -52,8 +52,10 @@ Image { Text { id: qt_design_studio - x: 14 + x: 13 y: 93 + width: 250 + height: 55 color: "#4cd265" text: qsTr("Qt Design Studio") font.pixelSize: 36