workaround patch for fixing ksplashqml lookandfeel wrong position.

Why ksplashqml adoptScreen fails to work for setting geometry?!

REVIEW: 354480
wilder-5.14
Leslie Zhai 11 years ago
parent a0f52e6921
commit 5674a757c9
  1. 3
      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

Loading…
Cancel
Save