OpenShot UI too large on screen in Windows
OpenShot UI could become very large in your Windows if you can set your screen scale to something like 150%.
To resolve this issues, you may adjust the "QT_AUTO_SCREEN_SCALE_FACTOR" value:
Add line SET QT_AUTO_SCREEN_SCALE_FACTOR=0 before launch.exe in the batch file "C:\Program Files\OpenShot Video Editor\launch-win.bat"
Reference: https://github.com/OpenShot/openshot-qt/issues/2443
If you are using the PortableApps's build, you can add the line "QT_AUTO_SCREEN_SCALE_FACTOR=0" under the "[Environment]" in file "OpenShotPortable.ini" in "\OpenShotPortable\App\AppInfo\Launcher"
To resolve this issues, you may adjust the "QT_AUTO_SCREEN_SCALE_FACTOR" value:
Add line SET QT_AUTO_SCREEN_SCALE_FACTOR=0 before launch.exe in the batch file "C:\Program Files\OpenShot Video Editor\launch-win.bat"
Reference: https://github.com/OpenShot/openshot-qt/issues/2443
If you are using the PortableApps's build, you can add the line "QT_AUTO_SCREEN_SCALE_FACTOR=0" under the "[Environment]" in file "OpenShotPortable.ini" in "\OpenShotPortable\App\AppInfo\Launcher"
Comments
Post a Comment