This commit is contained in:
Anuken
2021-01-31 16:35:13 -05:00
parent 3d201f7042
commit 5675a5b035
3 changed files with 3 additions and 3 deletions

View File

@@ -310,7 +310,7 @@ public class MapGenerateDialog extends BaseDialog{
selection.hide();
});
}).get().setScrollingDisabled(true, false);
F
selection.addCloseButton();
selection.show();
}

View File

@@ -67,7 +67,7 @@ public class PlayerListFragment extends Fragment{
menu.button("@close", this::toggle);
}).margin(0f).pad(10f).growX();
}).touchable(Touchable.enabled).margin(14f);
}).touchable(Touchable.enabled).margin(14f).minWidth(360f);
});
rebuild();