diff --git a/meshroom/ui/qml/GraphEditor/ScriptEditor.qml b/meshroom/ui/qml/GraphEditor/ScriptEditor.qml index fc0f0c36..dd784f9d 100644 --- a/meshroom/ui/qml/GraphEditor/ScriptEditor.qml +++ b/meshroom/ui/qml/GraphEditor/ScriptEditor.qml @@ -239,16 +239,16 @@ Item { } } - RowLayout { - Layout.fillHeight: true - Layout.fillWidth: true - width: root.width + MSplitView { + id: scriptSplitView; + Layout.fillHeight: true; + Layout.fillWidth: true; + orientation: Qt.Horizontal; // Input Text Area -- Holds the input scripts to be executed Rectangle { id: inputArea - Layout.fillHeight: true - Layout.fillWidth: true + SplitView.preferredWidth: root.width / 2; color: palette.base