Sparkling Category Widget - category order

I’m currently using the sparkling category widget. It currently shows categories until a maximum selected by user, ordered by amount of posts in such category. I would like to order them in alphabetical order, to make it easier to find one.
Could it be done?

Thank you very much.

You can order alphabetically by removing the following lines from /sparkling/inc/widgets/widget-categories.php file:

'orderby' => 'count' ,
'order' => 'DESC' ,

These lines are mentioned twice and you should remove both of them.