chore: change order of rpc text input

This commit is contained in:
Richard Ramos 2024-06-13 12:59:54 -04:00 committed by richΛrd
parent 0f055afa00
commit e5e3ff4408
1 changed files with 13 additions and 13 deletions

View File

@ -158,19 +158,6 @@ StatusSectionLayout {
}
}
RowLayout {
id: resultContainer
Layout.fillHeight: true
Layout.rightMargin: Style.current.padding
Layout.leftMargin: Style.current.padding
StatusTextArea {
id: callResult
Layout.fillWidth: true
text: root.store.nodeModelInst.callResult
readOnly: true
}
}
RowLayout {
id: rpcInputContainer
height: 70
@ -243,6 +230,19 @@ StatusSectionLayout {
}
}
}
RowLayout {
id: resultContainer
Layout.fillHeight: true
Layout.rightMargin: Style.current.padding
Layout.leftMargin: Style.current.padding
StatusTextArea {
id: callResult
Layout.fillWidth: true
text: root.store.nodeModelInst.callResult
readOnly: true
}
}
}
}
/*##^##