make gui semi stable again

This commit is contained in:
Raoul Van den Berge
2015-12-26 01:24:29 +01:00
parent 9b109374fe
commit 487fcb3cbe
8 changed files with 31 additions and 132 deletions

View File

@@ -61,7 +61,7 @@ public class GuiGrid extends GuiBase
addSideButton(new SideButtonGridSortingDirection());
addSideButton(new SideButtonGridSortingType());
searchField = new GuiTextField(0, fontRendererObj, x + 80 + 1, y + 6 + 1, 88 - 6, fontRendererObj.FONT_HEIGHT); // @TODO: Is this the right id?
searchField = new GuiTextField(0, fontRendererObj, x + 80 + 1, y + 6 + 1, 88 - 6, fontRendererObj.FONT_HEIGHT);
searchField.setEnableBackgroundDrawing(false);
searchField.setVisible(true);
searchField.setTextColor(16777215);