Fix OptionList scrollbar position
This commit is contained in:
parent
37cb92a64f
commit
6e5c232ff6
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user