ea4k / klog

KLog is a multiplatform free hamradio logger. It runs natively on Linux, macOS and Windows.
https://www.klog.xyz
GNU General Public License v3.0
75 stars 25 forks source link

Add the possibility to change font size #546

Open ea4k opened 1 year ago

ea4k commented 1 year ago

Small letters may be difficult to read in big/high definition screen.

ikbenkous commented 1 year ago

https://doc.qt.io/qt-5/highdpi.html

Traditionally, to support high DPI, Qt scales fonts automatically and provides a DPI value that application code can use to scale the rest of the UI.

Are changes required or does klog automatically scale the UI? I can't check here.