Re-implement E/R controls, add toggle UI button for debugging

This commit is contained in:
Anuken
2017-12-12 14:28:51 -05:00
parent c7c7021699
commit de6ccbbc88
11 changed files with 42 additions and 16 deletions

View File

@@ -157,7 +157,7 @@ public class BlocksFragment implements Fragment{
header.addImage(region).size(8*5).padTop(4).units(Unit.dp);
Label nameLabel = new Label(recipe.result.formalName);
nameLabel.setWrap(true);
header.add(nameLabel).padLeft(4).width(135f).units(Unit.dp);
header.add(nameLabel).padLeft(2).width(135f).units(Unit.dp);
//extra info
if(recipe.result.fullDescription != null){