devinacker / bsnes-plus

debug-oriented fork of bsnes
http://bsnes.revenant1.net
328 stars 92 forks source link

The Debugger and Tile Viewer windows doesn't fit on screen #275

Open sksdutra opened 3 years ago

sksdutra commented 3 years ago

I'm using Linux Mint on a notebook, latest version. Resolution 1366x768 (16:9)

When I launch the debugger or tile viewer windows, The bottom part of the window is cut on the screen, and I can't see a little part of the window. I already try to press alt+F7 to move the window, but I can't resize or even maximize the window when this control appears.

It's a little problem, but it's a little annoying.

Anyone has a workaround or fix to this?

Thanks!

debugger

tileviewer

ahstro commented 2 years ago

Hacked a fix here, but I'm sure there are repercussions that I have no idea about, being neither a Qt nor C++ coder. If someone wants to make a proper PR from that, they're very welcome though.

sksdutra commented 2 years ago

Thank you.