Under Ubuntu 12.04 and 13.04, in the Tasks GUI, the Collision Models table is not visible.
To fix this issue, I have modified pycam/Plugins/TasksParameters.py line 37:
self.control.get_widget().set_size_request(240, -1)
to
self.control.get_widget().set_size_request(240, 120)
I am not 100% sure that 120 is the best value, but it works well for me at least.
Please, fix this a future release and thanks a lot for this great code !
GitHub issue created:
https://github.com/SebKuzminsky/pycam/issues/43
thank you!
Applied in 9239c178207c9c3dc11e467caa76a0418bde7085