Skip to content

Commit b9993c3

Browse files
committed
1px fixed
1 parent bbeec6d commit b9993c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/gregtechceu/gtceu/common/machine/multiblock/primitive/PrimitiveBlastFurnaceMachine.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ public ModularPanel buildUI(PosGuiData data, PanelSyncManager syncManager, UISet
167167
.child(createImportItemSlot(syncManager).margin(52, 16))
168168

169169
.child(new ProgressWidget().progress(recipeLogic::getProgressPercent)
170-
.texture(GTGuiTextures.PRIMITIVE_BLAST_FURNACE_PROGRESS_BAR, 0).margin(77, 39, 34, 15))
170+
.texture(GTGuiTextures.PRIMITIVE_BLAST_FURNACE_PROGRESS_BAR, 0).margin(78, 38, 34, 15))
171171

172172
.child(createExportItemSlot(syncManager).margin(104, 0, 34, 0))
173173

0 commit comments

Comments
 (0)