oh no
This commit is contained in:
@@ -205,7 +205,7 @@ public class HudFragment extends Fragment{
|
|||||||
editorMain.name = "editor";
|
editorMain.name = "editor";
|
||||||
editorMain.table(Tex.buttonEdge4, t -> {
|
editorMain.table(Tex.buttonEdge4, t -> {
|
||||||
//t.margin(0f);
|
//t.margin(0f);
|
||||||
t.name("teams");
|
t.name = "teams";
|
||||||
t.add("@editor.teams").growX().left();
|
t.add("@editor.teams").growX().left();
|
||||||
t.row();
|
t.row();
|
||||||
t.table(teams -> {
|
t.table(teams -> {
|
||||||
|
|||||||
Reference in New Issue
Block a user