Skip to content

Commit

Permalink
Update MinimapMindow.java
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackDeluxeCat committed Dec 30, 2023
1 parent ac03605 commit 7d8cfd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mi2u/ui/MinimapMindow.java
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ public void setupCont(Table cont){
cont.clear();
int size = MI2USettings.getInt(mindowName + ".size", 140);
m.setMapSize(size);
cont.add(m);
cont.add(m).margin(2f);
}

@Override
Expand Down

0 comments on commit 7d8cfd4

Please sign in to comment.