Tracker 'components' list too small

Tracker 'components' list too small

by Davo Smith -
Number of replies: 1
Picture of Core developers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers
Just wondering if there was any support here for a bug I've opened on tracker that the 'components' list is too small.

Given that there are 70+ components in Moodle, it seems a bit restrictive to only be able to see 5 of them in the list at once (especially when you are browsing through them to work out which is the right component to choose). I'm proposing that 15 would be a good number (based on some experimentation in Chrome).

If you think this is a good idea, please could you vote / comment on the issue here: http://tracker.moodle.org/browse/MDLSITE-917 (or add a comment to say why you don't think it is a good idea).
Average of ratings: -
In reply to Davo Smith

Re: Tracker 'components' list too small

by Frank Ralf -
Hi Davo,

While you can't set the size attribute of the select element using CSS, you can set its height value, try something like this:

select#components {
height: 20em;
}

I use the Firefox add-on Stylish for such kind of customizations.

Cheers,
Frank
Attachment Tracker_Components_select.png