playback/player: qt: bind video item size to window

Fixes #119
This commit is contained in:
Alexandre Moreno 2015-10-24 21:55:37 +08:00 committed by Sebastian Dröge
parent 512051bdd6
commit d623c45b76

View file

@ -60,8 +60,8 @@ ApplicationWindow {
id: video
objectName: "videoItem"
anchors.centerIn: parent
width: 640
height: 480
width: parent.width
height: parent.height
}
FileDialog {