Commit 2e220c7a authored by yann300's avatar yann300

set default width right panel to 400

parent 19c6b37d
......@@ -88,7 +88,7 @@ class App {
self.data = {
_layout: {
right: {
offset: self._api.config.get('right-offset') || 200,
offset: self._api.config.get('right-offset') || 400,
show: true
}, // @TODO: adapt sizes proportionally to browser window size
left: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment