Skip to content

Commit babc5d9

Browse files
committed
fix progressBar
1 parent 23215b5 commit babc5d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,8 @@ public ModularPanel buildUI(PosGuiData data, PanelSyncManager syncManager, UISet
157157
// Top half of the screen
158158
.child(createImportItemSlot(syncManager).margin(52, 16))
159159

160-
.child(new ProgressWidget().progress(recipeLogic::getProgressPercent)
161-
.texture(GTGuiTextures.PRIMITIVE_BLAST_FURNACE_PROGRESS_BAR, 0).margin(78, 38, 34, 15))
160+
.child(new ProgressWidget().progress(recipeLogic::getProgressPercent).size(20, 15)
161+
.texture(GTGuiTextures.PRIMITIVE_BLAST_FURNACE_PROGRESS_BAR, 0).margin(77, 35))
162162
.child(createExportItemSlot(syncManager).margin(104, 0, 34, 0))
163163
.child(GTMuiWidgets.createTitleBar(getDefinition(), 176, GTGuiTextures.BACKGROUND_PRIMITIVE))
164164
.child(SlotGroupWidget

0 commit comments

Comments
 (0)