forked from 0x2620/oxjs
fix video editor bugs
This commit is contained in:
parent
3c94f44a99
commit
76466e7eeb
6 changed files with 63 additions and 47 deletions
|
|
@ -44,7 +44,7 @@ Ox.IconItem = function(options, self) {
|
|||
})
|
||||
.options(options || {});
|
||||
|
||||
Ox.print('ICON ITEM FIND', self.options.find)
|
||||
//Ox.print('ICON ITEM FIND', self.options.find)
|
||||
|
||||
Ox.extend(self, {
|
||||
fontSize: self.options.itemWidth == 64 ? 6 : 9,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue