johnomotani / multigifview

Simple gif viewer
GNU General Public License v3.0
0 stars 0 forks source link

Hack to fix single-column layout #26

Closed johnomotani closed 8 months ago

johnomotani commented 8 months ago

Heights of gifs get scaled to fit within the window unless an extra column is added. There should probably be some property of the column (QVBoxLayout), gif_widget (QLabel), etc. that could be set so this is not needed, but it seems to work.