In high resolution settings, is there any way to set the scale of the GUI to a value beyond 2? At 2x, the text becomes visible, but is not quite big enough for my eyes on my silly 3456x2160 monitor.
Thanks, I appreciate the help!
In high resolution settings, is there any way to set the scale of the GUI to a value beyond 2? At 2x, the text becomes visible, but is not quite big enough for my eyes on my silly 3456x2160 monitor.
Thanks, I appreciate the help!
Hi,
Unfortunately, I don’t think that it is possible to set the scaling to something beyond 2 in the settings.
Something that could work for you is to force the scaling by launching TeXmacs with the environment variable QT_SCALE_FACTOR=3
(or even higher if you like). On Linux (and Mac, I think), this can be done with the following command:
env QT_SCALE_FACTOR=3 TeXmacs
.
On windows, it should be possible to open CMD and execute set QT_SCALE_FACTOR="3"
, then running TeXmacs
in the next line, though I’m not 100% sure, since I don’t use windows.
This is not super elegant, admittedly, but at least on linux and windows, it is fairly easy to make this permanent. I still hope that this can be helpful.
Best of luck!