Font size appears really small when switching from Qt 5.12 to Qt 5.15
Unsolved
General and Desktop
-
We've been encountering an error where the font size for numbers is super tiny in a version of our software compiled with Qt 5.15.2. With a previous version compiled with Qt 5.12, the numbers show up with the correct size. Since we didn't change any of the code in that area, we were wondering if anyone else had a similar issue to this and, if so, if they have a workaround for it.
-
You should take a look at Qt::AA_EnableHighDpiScaling and friends.