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