minwidth for swap panel

pull/1/head
yann300 6 years ago
parent 4f9124dca7
commit 1965073286
  1. 2
      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)
}

Loading…
Cancel
Save