Removed Terminal style from Portable Cell Gui.

Portable Cell now only shows 3 rows now, like it should.
Security Gui now has the proper width.
Fixed bug introduced in #90 to show background behind security terminal slots.
This commit is contained in:
AlgorithmX2
2014-04-16 13:48:03 -05:00
parent 71b5fd4555
commit f5fc2ba18e
3 changed files with 22 additions and 7 deletions
+4 -1
View File
@@ -20,7 +20,10 @@ public class GuiSecurity extends GuiMEMonitorable
super( inventoryPlayer, te, new ContainerSecurity( inventoryPlayer, te ) );
customSortOrder = false;
reservedSpace = 33;
xSize += 50;
// increase size so that the slot is over the gui.
xSize += 56;
standardSize = xSize;
}
GuiToggleButton inject, extract, craft, build, security;