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

remotes/origin/gsoc2013
Fabio D'Urso 13 years ago
commit 726d3b359c
  1. 3
      active/app/package/contents/ui/FullScreenDelegate.qml

@ -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
}

Loading…
Cancel
Save