mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-02 16:28:51 +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 {
|
||||
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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue