<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body>
Hi tobi,<br>
<br>
<blockquote type="cite">
<pre class="message">It is still garbled when running it with QT_SCALE_FACTOR=0.9</pre>
</blockquote>
Setting a value < 1 doesn't only cause problems with FreeCAD but
with other Qt applications, too.<br>
<br>
For example, Qt Designer's user interface is completely garbled, not
only the menus. For other Qt based applications (assistant,
linguist, cmake-gui, vlc) it doesn't look much better.<br>
<br>
So, there are two causes to get a garbled user interface:<br>
<br>
* Changing the DPI value of the system. This is fixed with the
suggestion of my last mail.<br>
Alternatively, this can be tested by setting the environment
variable QT_FONT_DPI (e.g. QT_FONT_DPI=80)<br>
<br>
* Setting a value < 1 for QT_SCALE_FACTOR. This is not specific
to FreeCAD but is a general Qt issue that affects many other
applications.<br>
<br>
BR,<br>
Werner<br>
<br>
</body>
</html>