bigger text field for the Detector, fixes #910
cause she said it was too small
This commit is contained in:
@@ -29,7 +29,7 @@ public class GuiDetector extends GuiBase {
|
||||
addSideButton(new SideButtonCompare(this, TileDetector.COMPARE, IComparer.COMPARE_NBT));
|
||||
addSideButton(new SideButtonCompare(this, TileDetector.COMPARE, IComparer.COMPARE_OREDICT));
|
||||
|
||||
AMOUNT = new GuiTextField(0, fontRendererObj, x + 62 + 1, y + 23 + 1, 29, fontRendererObj.FONT_HEIGHT);
|
||||
AMOUNT = new GuiTextField(0, fontRendererObj, x + 41 + 1, y + 23 + 1, 50, fontRendererObj.FONT_HEIGHT);
|
||||
AMOUNT.setText(String.valueOf(TileDetector.AMOUNT.getValue()));
|
||||
AMOUNT.setEnableBackgroundDrawing(false);
|
||||
AMOUNT.setVisible(true);
|
||||
|
||||
Reference in New Issue
Block a user