tallforasmurf / PPQT

A post-processing tool for PGDP written in Python, PyQt4, and Qt
GNU General Public License v3.0
4 stars 2 forks source link

Make sure edit are can be expanded to max #192

Closed tallforasmurf closed 10 years ago

tallforasmurf commented 10 years ago

On some window managers, the splitter can be dragged far to the right (forcing the right tabset to be compressed). Others, the right-side tabset seems to have a fixed min width. Investigate which systems do what, and figure out (setSizePolicy? setMinWidth?) what to do to make sure it works.