Skip to content
Snippets Groups Projects
Commit 9fd87164 authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

Initial tabpanel for favorites/history.

parent fb549be7
No related branches found
No related tags found
No related merge requests found
...@@ -78,6 +78,15 @@ Ext.define('Docs.view.Viewport', { ...@@ -78,6 +78,15 @@ Ext.define('Docs.view.Viewport', {
} }
] ]
}, },
{
xtype: 'tabpanel',
height: 100,
plain: true,
items: [
{title: 'Favorites'},
{title: 'History'}
]
},
{ {
flex: 1, flex: 1,
xtype: 'classtree', xtype: 'classtree',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment