forked from 0x2620/oxjs
update video editor (places, events)
This commit is contained in:
parent
8de69b3173
commit
8384fcc913
13 changed files with 346 additions and 144 deletions
|
|
@ -59,6 +59,7 @@ Ox.CollapsePanel = function(options, self) {
|
|||
if (self.options.extras.length) {
|
||||
self.$extras = Ox.Element()
|
||||
.addClass('OxExtras')
|
||||
.css({width: self.options.extras.length * 16 + 1 + 'px'})
|
||||
.appendTo(self.$titlebar);
|
||||
self.options.extras.forEach(function($extra) {
|
||||
$extra.appendTo(self.$extras);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue