From cbf259f3f3ed33306fdf7387ce7c7b0785041c49 Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Thu, 11 Feb 2021 11:49:33 -0500 Subject: [PATCH] Add hidpi issue regarding it being borky --- piker/ui/_exec.py | 2 ++ 1 file changed, 2 insertions(+) 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