We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b963ab commit 7384db8Copy full SHA for 7384db8
meshroom/ui/qml/GraphEditor/ScriptEditor.qml
@@ -239,16 +239,16 @@ Item {
239
}
240
241
242
- RowLayout {
243
- Layout.fillHeight: true
244
- Layout.fillWidth: true
245
- width: root.width
+ MSplitView {
+ id: scriptSplitView;
+ Layout.fillHeight: true;
+ Layout.fillWidth: true;
246
+ orientation: Qt.Horizontal;
247
248
// Input Text Area -- Holds the input scripts to be executed
249
Rectangle {
250
id: inputArea
251
+ SplitView.preferredWidth: root.width / 2;
252
253
color: palette.base
254
0 commit comments