For instance I had a small issue with the scale of the applications. In Windows I have 250% (recommended) scaling applied.
``` export QT_SCALE_FACTOR=2.5
export GDK_SCALE=$(echo "(${QT_SCALE_FACTOR} + 0.49) / 1" | bc) #Round ```
For instance I had a small issue with the scale of the applications. In Windows I have 250% (recommended) scaling applied.
``` export QT_SCALE_FACTOR=2.5
export GDK_SCALE=$(echo "(${QT_SCALE_FACTOR} + 0.49) / 1" | bc) #Round ```