From 5674a757c942f329901d6e3865dc377aadf953e6 Mon Sep 17 00:00:00 2001 From: Leslie Zhai Date: Wed, 28 Oct 2015 10:35:19 +0800 Subject: [PATCH] workaround patch for fixing ksplashqml lookandfeel wrong position. Why ksplashqml adoptScreen fails to work for setting geometry?! REVIEW: 354480 --- lookandfeel/contents/splash/Splash.qml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lookandfeel/contents/splash/Splash.qml b/lookandfeel/contents/splash/Splash.qml index fdeb1ea0e..aae541ee6 100644 --- a/lookandfeel/contents/splash/Splash.qml +++ b/lookandfeel/contents/splash/Splash.qml @@ -18,10 +18,13 @@ */ import QtQuick 2.2 +import QtQuick.Window 2.2 Image { id: root source: "../components/artwork/background.png" + width: Screen.desktopAvailableWidth + height: Screen.desktopAvailableHeight property int stage