diff --git a/meshroom/ui/qml/Application.qml b/meshroom/ui/qml/Application.qml index ef91bcca..298a93e7 100644 --- a/meshroom/ui/qml/Application.qml +++ b/meshroom/ui/qml/Application.qml @@ -1317,7 +1317,7 @@ Page { NodeEditor { id: nodeEditor SplitView.preferredWidth: 500 - SplitView.minimumWidth: 80 + SplitView.minimumWidth: 350 node: _reconstruction ? _reconstruction.selectedNode : null property bool computing: _reconstruction ? _reconstruction.computing : false