Minimum of 3 rows.

This commit is contained in:
AlgorithmX2
2014-04-26 21:54:08 -05:00
parent a29afb9dd9
commit 34abc147bc
@@ -151,6 +151,9 @@ public class GuiMEMonitorable extends AEBaseMEGui implements ISortSource, IConfi
if ( hasNEI )
rows--;
if ( rows < 3 )
rows = 3;
meSlots.clear();
for (int y = 0; y < rows; y++)
{