HUGE font in some software

Hi all,
HUGE fonts in software like torrent or so…possibly because it’s QT, how do I remedy it?
Thanks
Melissa

Never heard of that program… :stuck_out_tongue_winking_eye:

You can adjust fonts for Qt programs with Qt5 Settings (qt5ct).

Sorry, lol, you’re right…to name one Eric is one, then there is Transmission (and yes, both QT based…)
I’ll give your suggetion a whack :slight_smile:
Edit - no go, possibly because I have no clue what I’m doing :slight_smile:

I suppose you mean the Qt GUI, since there’s also a GTK+ one.

Yap, the qute one :wink:
edit - all Qt based software, clearly…this needs inverstigatin’
A screenshot:

Out of curiosity:

xrandr | grep -w connected
xrdb -query | grep Xft.dpi

Sounds like this:

ow yea, :grin:

Here it is, did’nt get me any wiser:

[melissa@Avalon ~]$ xrandr | grep -w connected
DVI-I-0 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 480mm x 270mm
[melissa@Avalon ~]$ xrdb -query | grep xft.dpi
[melissa@Avalon ~]$ xrdb -query | grep Xft.dpi
[melissa@Avalon ~]$ 

Anything changes with env QT_FONT_DPI=96 designer ?