Index: branches/5.0.x/core/units/general/helpers/col_picker_helper.php =================================================================== diff -u -r12117 -r12248 --- branches/5.0.x/core/units/general/helpers/col_picker_helper.php (.../col_picker_helper.php) (revision 12117) +++ branches/5.0.x/core/units/general/helpers/col_picker_helper.php (.../col_picker_helper.php) (revision 12248) @@ -1,6 +1,6 @@ $options) { $fields[$counter] = $name; $titles[$name] = $options['title']; - $widths[$name] = 100; // $options['width'] - depricated + $widths[$name] = array_key_exists('width', $options) ? $options['width'] : 100; // only once per grid ! if (isset($options['hidden']) && $options['hidden']) { $hidden[$counter] = $name;