Minor setmarker ui statement fix (farming tiny commits?)

This commit is contained in:
ApsZoldat
2023-11-28 22:24:48 +03:00
parent 20b2be5de8
commit 90e40af8c1

View File

@@ -2001,7 +2001,7 @@ public class LStatements{
} }
}).width(240f).left(); }).width(240f).left();
})); }));
}, Styles.logict, () -> {}).size(40f).padLeft(-2).color(table.color); }, Styles.logict, () -> {}).size(40f).padLeft(-11).color(table.color);
} }
}); });