Skip to content

Commit

Permalink
Merge branch 'dev' into 1.19.4-v2
Browse files Browse the repository at this point in the history
  • Loading branch information
StavWasPlayZ committed Jul 19, 2023
2 parents e1e3efd + 8ef1b2b commit d82fafc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,9 @@ protected void init() {
grid.arrangeElements();

FrameLayout.alignInRectangle(grid, 0, 0, width, height, 0.5f, 0);
grid.visitWidgets(this::addRenderableWidget);

grid.setY(40);

grid.visitWidgets(this::addRenderableWidget);


final Button doneBtn = Button.builder(CommonComponents.GUI_DONE, (btn) -> onClose())
Expand Down

0 comments on commit d82fafc

Please sign in to comment.