Fixed oredict button not having the correct position on a small resolution

This commit is contained in:
Raoul Van den Berge
2016-12-14 18:59:38 +01:00
parent 452fca6b09
commit 0b5aba6c33
2 changed files with 2 additions and 1 deletions

View File

@@ -132,7 +132,7 @@ public class GuiGrid extends GuiBase implements IGridDisplay {
}
if (grid.getType() == EnumGridType.PATTERN) {
oredictPattern = addCheckBox(x + 64, getTabDelta() + getHeader() + (getVisibleRows() * 18) + 78, t("misc.refinedstorage:oredict"), TileGrid.OREDICT_PATTERN.getValue());
oredictPattern = addCheckBox(x + 64, y + getTabDelta() + getHeader() + (getVisibleRows() * 18) + 46, t("misc.refinedstorage:oredict"), TileGrid.OREDICT_PATTERN.getValue());
}
if (grid.getType() != EnumGridType.FLUID) {