Fix config screen scrollbar

This commit is contained in:
DerCommander323 2025-06-29 21:03:25 +02:00
parent 8adf57e108
commit 5388874719

View File

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