summaryrefslogtreecommitdiffstats
path: root/examples/video/qmlvideofx/qml/qmlvideofx/main-largescreen.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/video/qmlvideofx/qml/qmlvideofx/main-largescreen.qml')
-rw-r--r--examples/video/qmlvideofx/qml/qmlvideofx/main-largescreen.qml7
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/video/qmlvideofx/qml/qmlvideofx/main-largescreen.qml b/examples/video/qmlvideofx/qml/qmlvideofx/main-largescreen.qml
index 83a8dbe00..010ceba03 100644
--- a/examples/video/qmlvideofx/qml/qmlvideofx/main-largescreen.qml
+++ b/examples/video/qmlvideofx/qml/qmlvideofx/main-largescreen.qml
@@ -51,6 +51,11 @@ Rectangle {
property bool perfMonitorsLogging: false
property bool perfMonitorsVisible: false
+ QtObject {
+ id: d
+ property real gripSize: 20
+ }
+
Rectangle {
id: inner
anchors.fill: parent
@@ -65,6 +70,7 @@ Rectangle {
right: effectSelectionPanel.left
margins: 5
}
+ gripSize: d.gripSize
width: 600
height: 600
}
@@ -95,6 +101,7 @@ Rectangle {
right: effectSelectionPanel.left
margins: 20
}
+ gripSize: d.gripSize
}
EffectSelectionPanel {