v0.3.4: further layout improvements to wndItem
This commit is contained in:
committed by
Evan Debenham
parent
ddbca97f59
commit
560070fcd0
@@ -67,7 +67,7 @@ public class WndItem extends Window {
|
||||
if (Dungeon.hero.isAlive() && owner != null) {
|
||||
for (final String action:item.actions( Dungeon.hero )) {
|
||||
|
||||
RedButton btn = new RedButton( Messages.get(item, "ac_" + action) ) {
|
||||
RedButton btn = new RedButton( Messages.get(item, "ac_" + action), 8 ) {
|
||||
@Override
|
||||
protected void onClick() {
|
||||
item.execute( Dungeon.hero, action );
|
||||
|
||||
Reference in New Issue
Block a user