[Splash Screen] Silence warning

When changing source height, the width is calculated according to aspect ratio
and vice-versa apparently causing a binding loop.

BUG: 360367
wilder-5.14
Kai Uwe Broulik 10 years ago
parent a52a1b7517
commit d67e3aeab6
  1. 2
      lookandfeel/contents/splash/Splash.qml

@ -51,7 +51,7 @@ Image {
anchors.horizontalCenter: parent.horizontalCenter
source: "images/kde.svgz"
sourceSize.height: units.gridUnit * 8
sourceSize.width: sourceSize.height
sourceSize.width: units.gridUnit * 8
}
Item {
width: 1

Loading…
Cancel
Save