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

Rescale font/icons for fullscreened instance? #180

Open mxmilkiib opened 2 years ago

mxmilkiib commented 2 years ago

image

This is really handy for touchscreen transport/etc. control (or I guess accessibility), but the font and icons don't currently rescale.

rncbc commented 2 years ago

and? resize is not the same as rescale, never was.

mxmilkiib commented 2 years ago

I don't care what you call it? I'm just suggesting that making the icons and text a bit bigger when the window is made bigger would be handy.

rncbc commented 2 years ago

unfortunately resizing the window does just that: resize (and never rescale)

if you actually want to rescale de facto the whole thing then, do not resize the window, run it as eg. 125% rescaled: QT_SCALE_FACTOR=1.25[/path/to/]qjackctl instead.