rncbc / qjackctl

QjackCtl - JACK Audio Connection Kit Qt GUI Interface
https://qjackctl.sourceforge.io
GNU General Public License v2.0
182 stars 40 forks source link

Window no longer resizable after upgrade #120

Open RattusSolarus opened 3 years ago

RattusSolarus commented 3 years ago

Debian Buster with KDE Plasma 5.14. I just upgraded to Version: 0.9.0.33git.b7677c from PPA and QJackCtl now is not resizable and too small. No resize handles appear on mouseover. I have a UHD monitor with 1.5x scaling in System Settings and previously would resize with handles and use KDE's WM settings to save and restore the size, worked perfectly. That was still set but no longer had effect.

rncbc commented 3 years ago

true. the main window is not resizable anymore, that's a fact.

RattusSolarus commented 3 years ago

I has sadness. It still mainly works fine but looks bad with text overlapping unless I make it almost unreadably tiny. Any chance resizability will return sometime?

rncbc commented 3 years ago

I has sadness. It still mainly works fine but looks bad with text overlapping unless I make it almost unreadably tiny.

can you show a screenshot of your issues (text overlapping?) you can switch off the text labels, you know?

Any chance resizability will return sometime?

idk :) it was an explicit request from someone that found the resizing completely useless and ugly (at least on windows and macosx renderings).

rncbc commented 3 years ago

main-window fixed size behavior reverted in commit https://github.com/rncbc/qjackctl/commit/95f93b1

hth.

RattusSolarus commented 3 years ago

Thank you for the revert. The needs of the few do not necessarily reflect the needs of the many. For me it's more than useful, rather almost essential. I don't even see how resizing could make it ugly especially if it's left at default. Screenshot here - https://i.postimg.cc/d3RysKxN/qjc-tiny.png And here's how it looks in reverted version - https://i.postimg.cc/QdjJj4Gv/qjc-good.png Much better! :)

rncbc commented 3 years ago

you know you could change or adjust the fonts size don't you? I guess that's exactly what you done before in your case. cf. Setup > Display > Normal display font; Setup > Misc > Defaults > Base font size. cheers

RattusSolarus commented 3 years ago

I had to set 6pt to prevent overlapping, which is only slightly larger than a bee's dick on a UHD screen. :) Perfect with the revert though. Thanks again.