Comment 8 for bug 893347

Revision history for this message
frankster (wtfrank) wrote :

Actually it was a combination of losing the viewport and adding the following line to gtkvncviewer.py

78d77
< self.iconview.set_size_request(-1, 200)

This line hardcodes the iconview to a certain size which is undesirable. Hence a semi-solution.