Fix splitter resizing

This commit is contained in:
cospirho 2024-04-29 10:39:52 -04:00
parent bbebba6481
commit dca583bfb7
1 changed files with 1 additions and 1 deletions

View File

@ -307,7 +307,7 @@ class App {
sizes: [20, 30, 50],
minSize: minimise ? [0, 0, 0] : [240, 310, 450],
gutterSize: 4,
expandToMin: true,
expandToMin: false,
onDrag: debounce(function() {
this.adjustComponentSizes();
}, 50, "dragSplitter", this, [])