Commit 732b0e0e authored by mak's avatar mak

set flickableDirection as VerticalFlick

parent b11194ac
...@@ -91,6 +91,7 @@ QGCView { ...@@ -91,6 +91,7 @@ QGCView {
id: container id: container
anchors.fill: loader anchors.fill: loader
contentHeight: textOutput.height contentHeight: textOutput.height
flickableDirection: QGCFlickable.VerticalFlick
QGCLabel { QGCLabel {
id: textOutput id: textOutput
width: container.width width: container.width
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment