From 33d7ed3cceb651b2fa0f63e61e97fc48b4e18e74 Mon Sep 17 00:00:00 2001 From: "pls.153" Date: Sun, 19 Jun 2022 12:21:21 +0200 Subject: [PATCH] revision --- examples/cl-repl/qml/main.qml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/cl-repl/qml/main.qml b/examples/cl-repl/qml/main.qml index c9411fe..b89df6d 100644 --- a/examples/cl-repl/qml/main.qml +++ b/examples/cl-repl/qml/main.qml @@ -203,9 +203,10 @@ StackView { } } - Item { - id: bottomItem + Column { width: parent.width + height: rectCommand.height + rectOutput.height + SplitView.fillHeight: false // see comment in rectOutput Rectangle { id: rectCommand @@ -267,7 +268,6 @@ StackView { Rectangle { id: rectOutput objectName: "rect_output" - y: rectCommand.height width: main.width // calculate manually (for virtual keyboard) height: main.availableHeight() - rectEdit.height - rectCommand.height - splitView.handleHeight