Map dialog margin cleanup

This commit is contained in:
Anuken
2021-09-27 11:36:03 -04:00
parent bf89ef1e5e
commit a21942e401
2 changed files with 4 additions and 4 deletions

View File

@@ -205,7 +205,7 @@ public class MapsDialog extends BaseDialog{
modes.add(mode);
}
rebuildMaps();
}).size(150f, 60f).checked(modes.contains(mode));
}).size(150f, 60f).marginLeft(6f).checked(modes.contains(mode));
if(++i % 3 == 0) t.row();
}
}