From fa9254e724c3dec46e17a73ad2f80abf314eacb2 Mon Sep 17 00:00:00 2001 From: talksik Date: Mon, 28 Aug 2023 09:27:00 -0700 Subject: [PATCH] see more of the background gstreamer --- main.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.qml b/main.qml index 7ea913b..969f0ff 100644 --- a/main.qml +++ b/main.qml @@ -33,8 +33,8 @@ ApplicationWindow { anchors.bottom: video.bottom anchors.bottomMargin: 15 anchors.horizontalCenter: parent.horizontalCenter - width : parent.width - 30 - height: parent.height - 30 + width : parent.width - 100 + height: parent.height - 100 radius: 8 Button {