mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-04-28 09:47:20 +02:00
[ui] NodeEditor: Don't allow to reduce split view size below 350
This commit is contained in:
parent
08614a398d
commit
bc91babb9c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue