Moved Add and Remove Buttons in GuiObjectManager 5px upwards

This commit is contained in:
CrushedPixel
2015-07-17 12:27:55 +02:00
parent 7094a18106
commit d360ee5e2e

View File

@@ -354,7 +354,7 @@ public class GuiObjectManager extends GuiScreen {
addButton.xPosition = nameInput.xPosition;
addButton.width = removeButton.width = nameInput.width/2 - 2;
removeButton.xPosition = addButton.xPosition + nameInput.width/2 + 2;
addButton.yPosition = removeButton.yPosition = objectList.yPosition+objectList.height-20;
addButton.yPosition = removeButton.yPosition = objectList.yPosition+objectList.height-25;
allElements.addPart(addButton);
disableElements.addPart(removeButton);