mirror of
https://gitlab.com/eql/lqml.git
synced 2026-04-06 21:51:03 -07:00
revision
This commit is contained in:
parent
3cc11cbe4d
commit
33d7ed3cce
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue