mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
Move the GUI up a bit to make bookmarks less mushed to the bottom
This commit is contained in:
parent
93f957d4dd
commit
c7c352606e
1 changed files with 1 additions and 1 deletions
|
@ -329,7 +329,7 @@ public class GuiBooklet extends GuiScreen implements IBookletGui{
|
|||
this.bookletName = "info."+ModUtil.MOD_ID+".booklet.manualName.1."+flavor;
|
||||
|
||||
this.guiLeft = (this.width-this.xSize)/2;
|
||||
this.guiTop = (this.height-this.ySize)/2;
|
||||
this.guiTop = (this.height-this.ySize)/2-10;
|
||||
|
||||
this.buttonForward = new TexturedButton(0, this.guiLeft+this.xSize-26, this.guiTop+this.ySize+1, 164, 0, 18, 10, Collections.singletonList(TextFormatting.GOLD+"Next Page"));
|
||||
this.buttonList.add(this.buttonForward);
|
||||
|
|
Loading…
Reference in a new issue