Skip to content
This repository has been archived by the owner on Oct 27, 2023. It is now read-only.

Commit

Permalink
button is much nicer now :)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nxyi committed May 24, 2023
1 parent fbfbd3d commit b13e1ee
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ protected void init() {
if (storageVoider.isEnabled()) {
addDrawableChild(
new ButtonWidget.Builder(Text.literal("Voider"), button -> storageVoider.voider(handler))
.position(x + backgroundWidth - 150, y + -15)
.size(50, 12)
.position(x + backgroundWidth - 116, y + 2)
.size(56, 14)
.build()
);
}
Expand Down

0 comments on commit b13e1ee

Please sign in to comment.