mirror of
https://github.com/Sollace/Unicopia.git
synced 2025-02-01 11:36:43 +01:00
Fix cutoff at the bottom of the discoveries container
This commit is contained in:
parent
8a6c23f18e
commit
ed3155988a
1 changed files with 1 additions and 0 deletions
|
@ -129,6 +129,7 @@ public class SpellbookScreen extends HandledScreen<SpellbookScreenHandler> {
|
|||
|
||||
private void initPageContent() {
|
||||
container.getContentPadding().setVertical(10);
|
||||
container.getContentPadding().bottom = 30;
|
||||
addDrawable(container);
|
||||
((IViewRoot)this).getChildElements().add(container);
|
||||
|
||||
|
|
Loading…
Reference in a new issue