draw print statement fix (#11604)

This commit is contained in:
Cardillan
2026-02-04 19:55:01 +01:00
committed by GitHub
parent 1381291256
commit 89e89efac6

View File

@@ -238,8 +238,7 @@ public class LStatements{
row(s);
s.add("align ");
fields(s, "align", p1, v -> p1 = v);
fields(s, "align", p1, v -> p1 = v).width(170f);
fieldAlignSelect(s, () -> p1, v -> {
p1 = v;
rebuild(table);