Skip to content
  • Kai Uwe Broulik's avatar
    Fix Layout warnings · a93eac2c
    Kai Uwe Broulik authored
    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...)
    a93eac2c