Menu

#15 Fix "Collision Model" selector not shown in Tasks GUI

Unstable_(example)
unread
nobody
None
5
2017-03-09
2013-11-27
J. Cugnoni
No

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 !

Discussion

  • Lars

    Lars - 2017-03-09

    thank you!
    Applied in 9239c178207c9c3dc11e467caa76a0418bde7085

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.