This commit is contained in:
Anuken
2022-11-04 08:59:24 -04:00
parent 4e5bc8fc94
commit 9f0a1d863e
3 changed files with 3 additions and 3 deletions

View File

@@ -464,7 +464,7 @@ public class MapEditorDialog extends Dialog implements Disposable{
}
public void build(){
float size = 58f;
float size = mobile ? 50f : 58f;
clearChildren();
table(cont -> {