Skip to content

Instantly share code, notes, and snippets.

@Benehiko
Created February 18, 2018 13:04
Show Gist options
  • Save Benehiko/a96455fe364f0c6263e1df4aabb7b34f to your computer and use it in GitHub Desktop.
Save Benehiko/a96455fe364f0c6263e1df4aabb7b34f to your computer and use it in GitHub Desktop.
Shotcut video editor small Text UI Bug Fix
#!/bin/sh
#Add this file to Shotcut.app folder
QT_AUTO_SCREEN_SCALE_FACTOR=0 ./shotcut
@Benehiko
Copy link
Author

image
Screenshot of bug.

Add this file to the Shotcut.app folder and run on the terminal.
Sources used: https://blog.qt.io/blog/2016/01/26/high-dpi-support-in-qt-5-6/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment