increasing total grids to 1500
This commit is contained in:
parent
a27dc9ccd8
commit
c33921922b
@ -611,7 +611,7 @@ function clearSearch(){
|
||||
//Main configuration for number of boxes in grid. You only have to define minimum width, minimum height and total number of boxes. Positioning will be taken care of by the code
|
||||
screenAlpha.boxMinimumWidth = 600;
|
||||
screenAlpha.boxMinimumHeight = 300;
|
||||
screenAlpha.totalBoxes = 50;
|
||||
screenAlpha.totalBoxes = 1500;
|
||||
|
||||
//Turn them false when layout job is done
|
||||
screenAlpha.lastUserDivShouldCoverWholeLine = false;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user