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 d82fafc + 956143e commit 0175720
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,12 +126,14 @@ protected void init() {
.alignHorizontallyCenter();
final RowHelper rowHelper = grid.createRowHelper(2);


initOptionsGrid(grid, rowHelper);
grid.arrangeElements();

FrameLayout.alignInRectangle(grid, 0, 0, width, height, 0.5f, 0);
grid.setY(40);

grid.arrangeElements();
grid.visitWidgets(this::addRenderableWidget);


Expand Down

0 comments on commit 0175720

Please sign in to comment.