Added descriptions for some transportation blocks, fixed wrapping
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user