From a1cd44990bb5027f6c9d2a0e0da97c6b31380f98 Mon Sep 17 00:00:00 2001 From: Anton Thomasson Date: Mon, 23 Nov 2020 18:57:42 +0100 Subject: [PATCH] Set contentHeight in SilicaFlickable --- ppm2pwg | 2 +- qml/pages/PrinterPage.qml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ppm2pwg b/ppm2pwg index d186527..b91f23a 160000 --- a/ppm2pwg +++ b/ppm2pwg @@ -1 +1 @@ -Subproject commit d186527a760d2445254a0b1170515b31178cf46a +Subproject commit b91f23aac968f7940af152496fe58de558c6e4f2 diff --git a/qml/pages/PrinterPage.qml b/qml/pages/PrinterPage.qml index 03c5e0d..8fb13d1 100644 --- a/qml/pages/PrinterPage.qml +++ b/qml/pages/PrinterPage.qml @@ -21,6 +21,7 @@ Page { // To enable PullDownMenu, place our content in a SilicaFlickable SilicaFlickable { anchors.fill: parent + contentHeight: settingColumn.height // PullDownMenu and PushUpMenu must be declared in SilicaFlickable, SilicaListView or SilicaGridView PullDownMenu {