No list padding

This commit is contained in:
Dan Kaplun 2014-06-20 23:07:21 -05:00
parent 98b931be7f
commit e53ec4caa8
1 changed files with 2 additions and 2 deletions

View File

@ -4230,8 +4230,8 @@ List.prototype.appendItem = function(item) {
content: item, content: item,
align: this.align || 'left', align: this.align || 'left',
top: this.itop + this.items.length, top: this.itop + this.items.length,
left: this.ileft + 1, left: this.ileft,
right: this.iright + 1, right: this.iright,
tags: this.parseTags, tags: this.parseTags,
height: 1, height: 1,
hoverEffects: this.mouse ? this.style.item.hover : null, hoverEffects: this.mouse ? this.style.item.hover : null,