update annotation layout
This commit is contained in:
parent
d46e341448
commit
1206f0c41e
4 changed files with 50 additions and 19 deletions
|
|
@ -3,9 +3,19 @@
|
|||
oml.ui.annotationPanel = function() {
|
||||
|
||||
var ui = oml.user.ui,
|
||||
that = Ox.Element().css({
|
||||
overflowY: 'auto',
|
||||
});
|
||||
that = Ox.SplitPanel({
|
||||
elements: [
|
||||
{
|
||||
element: Ox.Bar({size: 16}),
|
||||
size: 16
|
||||
},
|
||||
{
|
||||
element: oml.$ui.annotationFolder = oml.ui.annotationFolder()
|
||||
}
|
||||
],
|
||||
orientation: 'vertical'
|
||||
})
|
||||
|
||||
return that;
|
||||
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue