We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87db5a8 commit 3f8216cCopy full SHA for 3f8216c
1 file changed
invui/src/main/java/xyz/xenondevs/invui/window/StonecutterWindowImpl.java
@@ -143,7 +143,7 @@ static final class BuilderImpl
143
{
144
145
private Supplier<? extends Gui> upperGuiSupplier = () -> Gui.empty(2, 1);
146
- private Supplier<? extends Gui> butonsGuiSupplier = () -> Gui.empty(0, 0);
+ private Supplier<? extends Gui> butonsGuiSupplier = () -> Gui.empty(4, 0);
147
private List<BiConsumer<? super Integer, ? super Integer>> selectedSlotChangeHandlers = new ArrayList<>();
148
private MutableProperty<Integer> selectedSlot = MutableProperty.of(-1);
149
0 commit comments