Move the GUI up a bit to make bookmarks less mushed to the bottom

This commit is contained in:
Ellpeck 2016-11-01 16:51:35 +01:00
parent 93f957d4dd
commit c7c352606e

View file

@ -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);