Fix splitter resizing
This commit is contained in:
parent
bbebba6481
commit
dca583bfb7
@ -307,7 +307,7 @@ class App {
|
|||||||
sizes: [20, 30, 50],
|
sizes: [20, 30, 50],
|
||||||
minSize: minimise ? [0, 0, 0] : [240, 310, 450],
|
minSize: minimise ? [0, 0, 0] : [240, 310, 450],
|
||||||
gutterSize: 4,
|
gutterSize: 4,
|
||||||
expandToMin: true,
|
expandToMin: false,
|
||||||
onDrag: debounce(function() {
|
onDrag: debounce(function() {
|
||||||
this.adjustComponentSizes();
|
this.adjustComponentSizes();
|
||||||
}, 50, "dragSplitter", this, [])
|
}, 50, "dragSplitter", this, [])
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user