wxPython font sizes are inconsistent for different widgets. How to fix?

98 Views Asked by At

Setup: wxPython 4.0.7 + Python 3.8.6 + Kubuntu 20.10 (Default Breeze theme)

wxPython Demo downloaded from - https://extras.wxpython.org/wxPython4/extras/4.1.1/

In the image below it can be seen that font sizes are inconsistent across different widget areas. Some places the font is normal sized as per OS configuration. Whereas in some areas its very small.

Any ideas how to fix this ?

enter image description here

The same problem is happening in my application as well.

Note: Earlier I was using KDE Settings > Display Configuration > Global Scale greater than 100%. I tried setting it back to 100% but that did not help either.

0

There are 0 best solutions below