Skip to content

Commit ae48b1c

Browse files
committed
Don't use tall panel when it's not april fools
1 parent fffe4b3 commit ae48b1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/gregtech/common/metatileentities/multi/multiblockpart/MetaTileEntityMaintenanceHatch.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ public ModularPanel buildUI(MetaTileEntityGuiData guiData, PanelSyncManager pane
376376
panelSyncManager.registerSlotGroup("tape_slot", 1);
377377

378378
boolean aprilFools = guiData.getBuffer().readBoolean();
379-
return GTGuis.createPanel(this, 176, 152 + 25 + 25)
379+
return GTGuis.createPanel(this, 176, aprilFools ? 202 : 152)
380380
.child(IKey.lang(getMetaFullName())
381381
.asWidget()
382382
.pos(5, 5))

0 commit comments

Comments
 (0)