Fix cutoff at the bottom of the discoveries container

This commit is contained in:
Sollace 2021-11-18 00:10:06 +02:00
parent 8a6c23f18e
commit ed3155988a

View file

@ -129,6 +129,7 @@ public class SpellbookScreen extends HandledScreen<SpellbookScreenHandler> {
private void initPageContent() { private void initPageContent() {
container.getContentPadding().setVertical(10); container.getContentPadding().setVertical(10);
container.getContentPadding().bottom = 30;
addDrawable(container); addDrawable(container);
((IViewRoot)this).getChildElements().add(container); ((IViewRoot)this).getChildElements().add(container);