Command center label style cleanup

This commit is contained in:
Anuken
2018-11-02 17:50:58 -04:00
parent a2094ddf75
commit ff308641e1

View File

@@ -89,10 +89,7 @@ public class CommandCenter extends Block{
}
table.add(buttons);
table.row();
Table lab = new Table("pane");
lab.label(() -> entity.command.localized()).center().width(group.getButtons().size * 40 - 20);
table.add(lab);
table.table("button", t -> t.label(() -> entity.command.localized()).center().growX()).growX().padTop(-5);
}
@Remote(called = Loc.server, forward = true, targets = Loc.both)