id: fields_layout readonly property bool _small_width: UITheme.is_width_small(parent.width) readonly property int column_count: (_small_width ? 1 : 2) // ... columns: fields_layout.column_count