forked from 0x2620/oxjs
add icon to application error dialog
This commit is contained in:
parent
fcdfb03bea
commit
31149d7ecc
5 changed files with 82 additions and 29 deletions
|
|
@ -992,7 +992,7 @@ Ox.List = function(options, self) {
|
|||
if (self.options.centered) {
|
||||
that.animate({
|
||||
scrollLeft: (self.listMargin / 2 + (pos + 0.5) * itemWidth - that.width() / 2) + 'px'
|
||||
}, 0);
|
||||
}, 250);
|
||||
} else {
|
||||
positions[0] = pos * itemWidth + self.listMargin / 2;
|
||||
positions[1] = positions[0] + itemWidth + self.itemMargin / 2;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue