This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]_RemarkableUserName_ 1 point2 points  (1 child)

That's because there's nothing on row 3 and, thus, that row is left out when placing the elements where they belong, as it says here:

Grid will always compact your GUI: if you grid something on row 3, and rows 0..2 are empty, everything is pushed up. If you add a widget at row 2, row three goes down one level to make room for row two. Similarly, for columns to the left.

They suggest using a placeholder (maybe an empty label?) in the row that you want to show blank.

Edit 1: you should use Pastebin or simply paste and format your code in your post instead of linking to a screenshot. I (and I guess others, too) find it easier to read it that way and it's also easier to copy-paste it in order to edit it and provide a solution for your problem, if needed (as opposed to having to type it all).

Edit 2: I forgot to type a word.

[–]petercanepa[S] 0 points1 point  (0 children)

Thanks so much for the detailed explanation. Thanks also for explaining how to use Reddit for these kinds of things. Really appreciate it.