diff --git a/src/app.js b/src/app.js index 6633a93926..e4ef25e021 100644 --- a/src/app.js +++ b/src/app.js @@ -163,7 +163,7 @@ class App { init () { var self = this - self._components.resizeFeature = new PanelsResize('#swap-panel', '#editor-container', { 'minWidth': 300, x: 300 }) + self._components.resizeFeature = new PanelsResize('#swap-panel', '#editor-container', { 'minWidth': 300, x: 450 }) run.apply(self) }