Added descriptions for some transportation blocks, fixed wrapping

This commit is contained in:
Anuken
2018-06-28 12:00:30 -04:00
parent 576af67587
commit 66c9fd8431
2 changed files with 8 additions and 2 deletions

View File

@@ -382,7 +382,7 @@ public class BlocksFragment implements Fragment{
table.row();
if(block.fullDescription != null){
table.add(block.fullDescription);
table.add(block.fullDescription).padLeft(5).padRight(5).width(400f).wrap().fillX();
table.row();
table.addImage("white").height(3).color(Color.LIGHT_GRAY).pad(15).padLeft(0).padRight(0).fillX();