Hey Korkki – got the same problem – the code is easy to modify!
Search in WP-TagCanvas.php for the function called <?php wp_tag_cloud(); ?>
Add parameter “number” as described in function reference:
<?php wp_tag_cloud(‘number=40’); ?>
(‘Number’ sets how many tags will show at most)