Endilll / vapoursynth-preview

Preview for VapourSynth scripts
Apache License 2.0
69 stars 21 forks source link

Remember the windows size and location, etc. #7

Closed YomikoR closed 4 years ago

YomikoR commented 4 years ago

It seems each time the program lauches the window takes the same position. I thought it was fine until I put the Windows taskbar on top and it covers the titlebar of the program... unknown By resizing at the bottom right corner the titlebar will be back. But we don't wish to do it every time.

YomikoR commented 4 years ago

It seems Windows binaries remember window locations when exit, but PyQt programs won't automatically do so. I made a simple patch for myself following this link, though I don't know how to save to local yaml.

Endilll commented 4 years ago

Thanks for bringing up this long-standing issue and proposing a fix. It's now upstream, except for width, which is still resetting.

YomikoR commented 4 years ago

It's now upstream, except for width, which is still resetting.

But it works perfectly as expected on my PC without the width issue. Thank you!