Merge remote-tracking branch 'origin/KDE/4.11'

This commit is contained in:
Fabio D'Urso 2013-08-18 23:20:51 +02:00
commit 726d3b359c

View file

@ -159,9 +159,10 @@ MouseEventListener {
id: mainPage
document: documentItem
flickable: mainFlickable
anchors.centerIn: parent
property real ratio: implicitWidth / implicitHeight
x: Math.round((parent.width - width) / 2)
y: Math.round((parent.height - height) / 2)
width: implicitWidth
height: implicitHeight
}