v2.5.0: fixed spacing issues caused by new icon in rankings scene

This commit is contained in:
Evan Debenham
2024-09-04 12:39:03 -04:00
parent 0110ca0083
commit 8b5c60d1d5
2 changed files with 3 additions and 3 deletions
@@ -94,7 +94,7 @@ scenes.newsscene$newsinfo.no_internet=Couldn't check for news posts, make sure y
scenes.newsscene$newsinfo.news_disabled=You have disabled checking for news posts, so none will appear here. scenes.newsscene$newsinfo.news_disabled=You have disabled checking for news posts, so none will appear here.
scenes.newsscene$newsinfo.enable_news=Enable News scenes.newsscene$newsinfo.enable_news=Enable News
scenes.rankingsscene.title=Top Rankings scenes.rankingsscene.title=Rankings
scenes.rankingsscene.total=Games Played: scenes.rankingsscene.total=Games Played:
scenes.rankingsscene.no_games=No games have been played yet. scenes.rankingsscene.no_games=No games have been played yet.
scenes.rankingsscene.no_info=No additional information scenes.rankingsscene.no_info=No additional information
@@ -160,8 +160,8 @@ public class RankingsScene extends PixelScene {
} }
}; };
btnDailies.icon().hardlight(0.5f, 1f, 2f); btnDailies.icon().hardlight(0.5f, 1f, 2f);
btnDailies.setRect( left, 0, 20, 20 ); btnDailies.setRect( left, 0, 16, 20 );
left += 20; left += 16;
add(btnDailies); add(btnDailies);
} }