Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
brachy84 committed Dec 12, 2023
1 parent b55d01e commit 962faff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ public SortListItem(T value, IWidget content) {
.addTooltip(1, IKey.lang("bogosort.gui.ascending"))
.heightRel(1f).width(14).pos(0, 0);
content.flex().left(14).right(10);
removeable(buttonWidget -> buttonWidget.background(GuiTextures.MC_BUTTON, GuiTextures.CLOSE.asIcon().size(8, 8)));
removeable(buttonWidget -> buttonWidget.background(GuiTextures.MC_BUTTON).overlay(GuiTextures.CLOSE.asIcon().size(8, 8)));
getChildren().add(this.ascendingToggle);
}
}
Expand Down

0 comments on commit 962faff

Please sign in to comment.