Skip to content

Commit 6110389

Browse files
committed
margin
1 parent 95e9191 commit 6110389

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/gregtechceu/gtceu/common/machine/electric/PumpMachine.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,7 @@ public ModularPanel buildUI(PosGuiData data, PanelSyncManager syncManager, UISet
603603
FormattingUtil.formatBuckets(bucketSyncer.getIntValue())))
604604
.asWidget()
605605
.color(0xffffff)
606-
.margin(8, 0, 18, 0))
606+
.margin(8, 0, 20, 0))
607607
.child(Flow.row()
608608
.margin(4, 0, 41, 0)
609609
.coverChildren()

0 commit comments

Comments
 (0)