Fix OptionList scrollbar position

This commit is contained in:
mt1006 2025-02-12 12:36:30 +01:00
parent 37cb92a64f
commit 6e5c232ff6

View File

@ -91,11 +91,6 @@ public class OptionList extends ContainerObjectSelectionList<OptionList.Entry> {
} }
} }
@Override
protected int scrollBarY() {
return super.scrollBarY() + 15 + 20;
}
public int getRowWidth() { public int getRowWidth() {
return super.getRowWidth() + 32; return super.getRowWidth() + 32;
} }