Misc minor bugfixes

This commit is contained in:
Anuken
2023-05-28 09:57:26 -04:00
parent ab95b88c05
commit c4cd9e8f56
3 changed files with 4 additions and 3 deletions

View File

@@ -643,7 +643,7 @@ public class LStatements{
b.clicked(() -> showSelect(b, LogicOp.all, op, o -> {
op = o;
rebuild(parent);
}));
}, 4, c -> c.width(64f)));
}, Styles.logict, () -> {}).size(64f, 40f).pad(4f).color(table.color);
}