mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-06 10:18:42 +02:00
[ui] ScriptEditor: Updated to Use Horizontal MSplitView
This commit is contained in:
parent
1b963ab1f2
commit
7384db89e3
1 changed files with 6 additions and 6 deletions
|
@ -239,16 +239,16 @@ Item {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
RowLayout {
|
MSplitView {
|
||||||
Layout.fillHeight: true
|
id: scriptSplitView;
|
||||||
Layout.fillWidth: true
|
Layout.fillHeight: true;
|
||||||
width: root.width
|
Layout.fillWidth: true;
|
||||||
|
orientation: Qt.Horizontal;
|
||||||
|
|
||||||
// Input Text Area -- Holds the input scripts to be executed
|
// Input Text Area -- Holds the input scripts to be executed
|
||||||
Rectangle {
|
Rectangle {
|
||||||
id: inputArea
|
id: inputArea
|
||||||
Layout.fillHeight: true
|
SplitView.preferredWidth: root.width / 2;
|
||||||
Layout.fillWidth: true
|
|
||||||
|
|
||||||
color: palette.base
|
color: palette.base
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue