diff --git a/piker/ui/_exec.py b/piker/ui/_exec.py index 32975709..4c081480 100644 --- a/piker/ui/_exec.py +++ b/piker/ui/_exec.py @@ -81,6 +81,8 @@ def current_screen() -> QtGui.QScreen: assert screen, "Wow Qt is dumb as shit and has no screen..." return screen +# XXX: pretty sure none of this shit works +# https://bugreports.qt.io/browse/QTBUG-53022 # Proper high DPI scaling is available in Qt >= 5.6.0. This attibute # must be set before creating the application