Tracker 'components' list too small

Tracker 'components' list too small

ដោយ Davo Smith នៅ
ចំនួនតប៖ 1
រូបភាព Core developers រូបភាព Particularly helpful Moodlers រូបភាព Peer reviewers រូបភាព 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).
មធ្យមភាគនៃរង្វាយតម្លៃ: -
ឆ្លើយតបទៅកាន់ Davo Smith

Re: Tracker 'components' list too small

ដោយ 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
ឯកសារភ្ជាប់ Tracker_Components_select.png
មធ្យមភាគនៃរង្វាយតម្លៃ: -