1
0
Fork 0
forked from 0x2620/oxjs

add icon to application error dialog

This commit is contained in:
rlx 2011-08-17 11:39:33 +00:00
commit 31149d7ecc
5 changed files with 82 additions and 29 deletions

View file

@ -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;