We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f654a7b + a088bcc commit d720565Copy full SHA for d720565
src/effects/icons/echo.png
-1.3 KB
src/effects/icons/[email protected]
-6.09 KB
src/images/cache/echo.png
-610 Bytes
src/launch.py
@@ -66,7 +66,9 @@
66
try:
67
# Enable High-DPI resolutions
68
QApplication.setAttribute(Qt.AA_EnableHighDpiScaling)
69
- QApplication.setAttribute(Qt.AA_UseHighDpiPixmaps)
+ # TODO: Enabling high DPI pixmaps renders SVG files too small in libopenshot
70
+ # and needs to be resolved before enabling this option.
71
+ # QApplication.setAttribute(Qt.AA_UseHighDpiPixmaps)
72
except AttributeError:
73
pass # Quietly fail for older Qt5 versions
74
0 commit comments