mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-11 11:51:34 +00:00
parent
512051bdd6
commit
d623c45b76
1 changed files with 2 additions and 2 deletions
|
@ -60,8 +60,8 @@ ApplicationWindow {
|
||||||
id: video
|
id: video
|
||||||
objectName: "videoItem"
|
objectName: "videoItem"
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
width: 640
|
width: parent.width
|
||||||
height: 480
|
height: parent.height
|
||||||
}
|
}
|
||||||
|
|
||||||
FileDialog {
|
FileDialog {
|
||||||
|
|
Loading…
Reference in a new issue