mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-26 22:42:41 -08:00
Map list fixes on phones
This commit is contained in:
parent
d09695a946
commit
43d164d54b
1 changed files with 2 additions and 2 deletions
|
|
@ -88,13 +88,13 @@ public abstract class MapListDialog extends BaseDialog{
|
|||
|
||||
cont.add(search).growX();
|
||||
cont.row();
|
||||
cont.add(pane).padLeft(36f).uniformX().growY();
|
||||
cont.add(pane).padLeft(28f).uniformX().growY();
|
||||
}
|
||||
|
||||
void rebuildMaps(){
|
||||
mapTable.clear();
|
||||
|
||||
mapTable.marginRight(18f);
|
||||
mapTable.marginRight(12f);
|
||||
|
||||
int maxwidth = Math.max((int)(Core.graphics.getWidth() / Scl.scl(230)), 1);
|
||||
float mapsize = 200f;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue