Skip to content

Commit

Permalink
Use different character for underflow setting button
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryhon0 committed May 16, 2024
1 parent 391830f commit 1d969da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/xyz/ryhon/tmb/SearchScreen.java
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ protected void init() {
addDrawableChild(idSettingButton);
y += buttonSize;

underflowSettingButton = ButtonWidget.builder(Text.literal("^"), this::onUnderflowSetting)
underflowSettingButton = ButtonWidget.builder(Text.literal(""), this::onUnderflowSetting)
.dimensions(0, y, buttonSize, buttonSize).build();
addDrawableChild(underflowSettingButton);
y += buttonSize;
Expand Down

0 comments on commit 1d969da

Please sign in to comment.