Tracker 'components' list too small

Tracker 'components' list too small

par Davo Smith,
Nombre de réponses : 1
Avatar Core developers Avatar Particularly helpful Moodlers Avatar Peer reviewers Avatar 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).
Moyenne des évaluations  -
En réponse à Davo Smith

Re: Tracker 'components' list too small

par 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
Annexe Tracker_Components_select.png