From a4fe786f97c73d9605de632c3be91f8ce1fb814b Mon Sep 17 00:00:00 2001 From: Evan Debenham Date: Wed, 21 Jan 2015 20:22:36 -0500 Subject: [PATCH] v0.2.3e: small fix to rankings window changes --- .../shatteredpixeldungeon/windows/WndRanking.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndRanking.java b/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndRanking.java index 384ece531..fc1f9fad7 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndRanking.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/windows/WndRanking.java @@ -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);