From 139047b29e54c07e8a40aee9cc5351aa050282f5 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 26 Aug 2016 20:29:57 +0530 Subject: [PATCH] ... --- src/calibre/gui2/__init__.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/calibre/gui2/__init__.py b/src/calibre/gui2/__init__.py index 6cd7c71f76..692a462682 100644 --- a/src/calibre/gui2/__init__.py +++ b/src/calibre/gui2/__init__.py @@ -882,8 +882,7 @@ class Application(QApplication): else: # Should probably make a preference to allow the user to # control this, if needed. - # Could have options: auto, off, 0.75, 1, 1.25, 1.5, 1.75, 2, - # 2.25, 2.5 + # Could have options: auto, off, 1.25, 1.5, 1.75, 2, 2.25, 2.5 QApplication.setAttribute(Qt.AA_EnableHighDpiScaling, True) QApplication.__init__(self, qargs) self.setAttribute(Qt.AA_UseHighDpiPixmaps)