Show more then 5 results

How can i show more then 5 results in my widgets?

I’d like to see all the browsers on one page instead of 5 browsers per page

thx

you can update the limit manually in the controller
in plugins/UserSettings/Controller.php
look for

$view->setLimit( 5 );

[quote=matthieu @ Mar 26 2009, 07:49 PM]you can update the limit manually in the controller
in plugins/UserSettings/Controller.php
look for

$view->setLimit( 5 );

[/quote]

jea, thx