This commit is contained in:
Anuken
2020-08-10 16:10:18 -04:00
parent c4e8fef8d0
commit c560de9c53
18 changed files with 13 additions and 3 deletions

View File

@ -266,7 +266,7 @@ public class LStatements{
table.left();
table.add(" set ");
table.add("set ");
table.button(b -> {
b.label(() -> type.name());
@ -274,8 +274,7 @@ public class LStatements{
type = t;
rebuild(table);
}, 2, cell -> cell.size(100, 50)));
}, Styles.logict, () -> {
}).size(90, 40).color(table.color).left().padLeft(2);
}, Styles.logict, () -> {}).size(90, 40).color(table.color).left().padLeft(2);
table.add(" of ");