UI Font-Size (again)

I’ve searched and found all the “solutions” as QT_SCALE_FACTOR however, i’m finding QT_SCALE_FACTOR needs to generally be an integer and >1, because <1 does not produce readable text in most cases.
I find this to be a problem as i cannot see shortcuts in most menus:
Screenshot_2021-09-17_08-55-04

i found a font-only QT option in which to experiment with.

export QT_FONT_DPI=72
where 96 is legacy norm.

This topic was automatically closed after 90 days. New replies are no longer allowed.