Fix Layout warnings

Authored by broulik on May 28 2020, 5:29 PM.

Description

Fix Layout warnings

Using Layout.column/row in conjunction with a Repeater causes a tonne of warnings.
Since we have to use two Repeaters (one for label, one for slider),
lay them out top to bottom and specify the number of rows (since GridLayout
isn't smart enough to enforce a column count when in top to bottom mode...)