Fix workaround for high-DPI scaling issue on Qubes-OS by crwood · Pull Request #233 · gridsync/gridsync

Expand Up @@ -10,7 +10,7 @@ from PyQt5.QtWidgets import QApplication, QCheckBox, QMessageBox
# These Qt attributes must be set *before* initializing a QApplication... if os.environ.get('QUBES_ENV_SOURCED'): if os.environ.get('QREXEC_REMOTE_DOMAIN'): # On Qubes-OS, setting AA_EnableHighDpiScaling to 'True', *always* doubles # the window-size -- even on lower-resolution (1080p) displays -- but does # not do the same for font-sizes. Expand Down