Logic tweaks

This commit is contained in:
Anuken
2020-08-10 23:21:14 -04:00
parent 75ada3cca1
commit 7e8326a3af
15 changed files with 489 additions and 473 deletions

View File

@@ -507,7 +507,7 @@ public class LStatements{
table.button(b -> {
b.label(() -> op.symbol);
b.clicked(() -> showSelect(b, BinaryOp.all, op, o -> op = o));
}, Styles.logict, () -> {}).size(50f, 40f).pad(4f).color(table.color);
}, Styles.logict, () -> {}).size(60f, 40f).pad(4f).color(table.color);
field(table, b, str -> b = str);
}