Open jstcki opened 11 years ago
Currently, if .cols() and .rows() aren't set, the layout tries to create an equal amount of columns and rows. The cols/rows ratio should probably rather be an approximation of the width/height of the grid.
.cols()
.rows()
+1. That would allow us to avoid unbalanced results like this
Currently, if
.cols()
and.rows()
aren't set, the layout tries to create an equal amount of columns and rows. The cols/rows ratio should probably rather be an approximation of the width/height of the grid.