Skip to content

Commit

Permalink
Small adjustment to placement of the Info button.
Browse files Browse the repository at this point in the history
  • Loading branch information
lanceewing committed Apr 29, 2024
1 parent 367ce9c commit 1f02a6b
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 @@ -257,7 +257,7 @@ private void addAppButtonsToStage(Stage stage, PaginationWidget paginationWidget

Button infoButton = buildButton("INFO", null, "png/info.png", 96, 96, null, null);
currentPage.add().expandX();
currentPage.add(infoButton).pad(16, 0, 0, 16).align(Align.right).expandX();
currentPage.add(infoButton).pad(30, 0, 0, 20).align(Align.right).expandX();
currentPage.row();
currentPage.add().expandX();

Expand Down

0 comments on commit 1f02a6b

Please sign in to comment.