Skip to content

Commit

Permalink
Draw label over right arrow
Browse files Browse the repository at this point in the history
  • Loading branch information
MEEPofFaith committed Feb 5, 2025
1 parent 52305ee commit ef27e42
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/moyai/util/MSettings.java
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ public void add(SettingsTable table){
reloadRegion();
}).right();

int count = content.getChildren().size;
content.getChildren().swap(count - 1, count - 2);

addDesc(table.add(content).width(Math.min(Core.graphics.getWidth() / 1.2f, 460f)).left().padTop(4f).get());
table.row();

Expand Down

0 comments on commit ef27e42

Please sign in to comment.