Skip to content

Commit

Permalink
Small adjustment to the padding between game screenshot and label.
Browse files Browse the repository at this point in the history
  • Loading branch information
lanceewing committed Apr 3, 2024
1 parent 58ad90b commit 4528093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/java/com/agifans/agile/HomeScreen.java
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,7 @@ public Button buildAppButton(AppConfigItem appConfigItem) {
label.setFontScale(2f);
label.setAlignment(Align.top);
label.setWrap(false);
button.add(label).width(150).height(90).padTop(15);
button.add(label).width(150).height(90).padTop(10);

button.setName(appConfigItem.getName());
button.addListener(appClickListener);
Expand Down

0 comments on commit 4528093

Please sign in to comment.