v0.2.3e: small fix to rankings window changes

This commit is contained in:
Evan Debenham 2015-01-21 20:22:36 -05:00
parent a6bd3aae84
commit a4fe786f97

View File

@ -252,7 +252,7 @@ public class WndRanking extends WndTabbed {
if (Dungeon.quickslot.getItem(i) != null){
QuickSlotButton slot = new QuickSlotButton(Dungeon.quickslot.getItem(i));
slot.setPos( pos, 116 );
slot.setRect( pos, 116, 28, 28 );
add(slot);