This repository was archived by the owner on Apr 6, 2024. It is now read-only.

Description
I have 9 tiles on the main page, but the last tile does not span the entire page. It only spans 40%, and the remaining 60% for the "10th" tile is displayed as gray. Personally, I don't think that this looks very good.
I have noted that if I remove 2 tiles, so that I have a total of 7, that the last tile will indeed span the entire page. This seems to indicate that a single last tile with a width of 60% will get stretched to span the entire page, but that a single last tile of 40% won't.
It is possible that this is by design, but if it is, I would like to change the tile sizes of the first row to be "60/40" instead of "40/60" to avoid this problem. I have looked through the code, but to the best of my ability, I haven't been able to figure out how the tile sizes are set. Any help would be appreciated!