Skip to content

Commit

Permalink
Changed Inventory button default Y can be right to the edge
Browse files Browse the repository at this point in the history
  • Loading branch information
Buuz135 committed Jul 28, 2024
1 parent 6c057ce commit 6aeb504
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ public void openGui(ScreenEvent.Init.Pre event){
button.setTooltip(getShaderSwitchButtonTooltip());
});

buttonBuilder.pos(x, event.getScreen().height - 24 - y);
buttonBuilder.pos(x, event.getScreen().height - 19 - y);
buttonBuilder.size(60, 20);

buttonBuilder.tooltip(getShaderSwitchButtonTooltip());
Expand Down

0 comments on commit 6aeb504

Please sign in to comment.