diff --git a/ui/app/AppLayouts/Node/NodeLayout.qml b/ui/app/AppLayouts/Node/NodeLayout.qml index c1cafc1f19..ba0155c93f 100644 --- a/ui/app/AppLayouts/Node/NodeLayout.qml +++ b/ui/app/AppLayouts/Node/NodeLayout.qml @@ -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 + } + } } } /*##^##