diff options
Diffstat (limited to 'examples/wayland/multi-output/qml/ShellScreen.qml')
-rw-r--r-- | examples/wayland/multi-output/qml/ShellScreen.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/wayland/multi-output/qml/ShellScreen.qml b/examples/wayland/multi-output/qml/ShellScreen.qml index 9a612211..7b8a48ff 100644 --- a/examples/wayland/multi-output/qml/ShellScreen.qml +++ b/examples/wayland/multi-output/qml/ShellScreen.qml @@ -46,6 +46,7 @@ WaylandOutput { id: output property alias surfaceArea: background + sizeFollowsWindow: true window: Window { width: 1024 height: 760 |