increasing total grids to 1500

This commit is contained in:
Sai Raj 2019-06-06 12:47:15 +05:30 committed by GitHub
parent a27dc9ccd8
commit c33921922b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;