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