You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 31, 2025. It is now read-only.
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.
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.