aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/screenshots/screenshots.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/screenshots/screenshots.qml')
-rw-r--r--tests/manual/screenshots/screenshots.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manual/screenshots/screenshots.qml b/tests/manual/screenshots/screenshots.qml
index 2b031dce..20275b17 100644
--- a/tests/manual/screenshots/screenshots.qml
+++ b/tests/manual/screenshots/screenshots.qml
@@ -58,7 +58,7 @@ ApplicationWindow {
title: "Qt Quick Controls 2 - Screenshots"
visible: true
width: Math.max(600, loader.implicitWidth)
- height: Math.max(600, loader.implicitHeight)
+ height: Math.max(600, loader.implicitHeight + header.implicitHeight + footer.implicitHeight)
property string currentFilePath
property url lastSaveUrl