chore: change order of rpc text input
This commit is contained in:
parent
0f055afa00
commit
e5e3ff4408
|
@ -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 {
|
RowLayout {
|
||||||
id: rpcInputContainer
|
id: rpcInputContainer
|
||||||
height: 70
|
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
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/*##^##
|
/*##^##
|
||||||
|
|
Loading…
Reference in New Issue