From 732b0e0eaa9f8e701b294d7b62ad2ed2a2272edc Mon Sep 17 00:00:00 2001 From: mak Date: Tue, 10 Apr 2018 06:54:16 +0300 Subject: [PATCH] set flickableDirection as VerticalFlick --- src/ViewWidgets/CustomCommandWidget.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ViewWidgets/CustomCommandWidget.qml b/src/ViewWidgets/CustomCommandWidget.qml index 42c4bad37..338bb6d3b 100644 --- a/src/ViewWidgets/CustomCommandWidget.qml +++ b/src/ViewWidgets/CustomCommandWidget.qml @@ -91,6 +91,7 @@ QGCView { id: container anchors.fill: loader contentHeight: textOutput.height + flickableDirection: QGCFlickable.VerticalFlick QGCLabel { id: textOutput width: container.width -- 2.22.0