aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/screenshots
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/screenshots')
-rw-r--r--tests/manual/screenshots/qtquickcontrols2.conf3
-rw-r--r--tests/manual/screenshots/screenshots.qml2
2 files changed, 4 insertions, 1 deletions
diff --git a/tests/manual/screenshots/qtquickcontrols2.conf b/tests/manual/screenshots/qtquickcontrols2.conf
index b6c7c87e..d2081db1 100644
--- a/tests/manual/screenshots/qtquickcontrols2.conf
+++ b/tests/manual/screenshots/qtquickcontrols2.conf
@@ -1,2 +1,5 @@
[Controls]
Style=Material
+
+[Material]
+;Variant=Dense
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