Minor fix

I realized I forgot to tweak this when adding
the reset button
This commit is contained in:
abel1502 2025-05-18 20:43:27 +03:00
parent afb0c67090
commit 2c48bcb782
No known key found for this signature in database
GPG Key ID: 076926596A536338

View File

@ -109,7 +109,7 @@ public class GUIScreenToolAbility extends GuiScreen {
Minecraft.getMinecraft().getTextureManager().bindTexture(texture);
// Draw window background
drawStretchedRect(guiLeft, guiTop, 0, 0, xSize, xSize - insetWidth, ySize, 74, 76);
drawStretchedRect(guiLeft, guiTop, 0, 0, xSize, xSize - insetWidth, ySize, 74, 87);
// Draw the switches
ToolPreset activePreset = config.getActivePreset();