mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Add #horizontal flexbox container to RootView. TreeView places itself inside it.
This commit is contained in:
@@ -18,7 +18,8 @@ module.exports =
|
||||
class RootView extends View
|
||||
@content: ->
|
||||
@div id: 'root-view', tabindex: -1, =>
|
||||
@div id: 'panes', outlet: 'panes'
|
||||
@div id: 'horizontal', outlet: 'horizontal', =>
|
||||
@div id: 'panes', outlet: 'panes'
|
||||
|
||||
@deserialize: (viewState) ->
|
||||
new RootView(viewState)
|
||||
|
||||
Reference in New Issue
Block a user