diff options
Diffstat (limited to 'arctica-greeter-check-hidpi')
-rwxr-xr-x | arctica-greeter-check-hidpi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arctica-greeter-check-hidpi b/arctica-greeter-check-hidpi index 68f0baf..eaa01ca 100755 --- a/arctica-greeter-check-hidpi +++ b/arctica-greeter-check-hidpi @@ -44,7 +44,7 @@ def get_window_scale(): or (width_mm == 16 and height_mm == 10)): return 1 - if rect.height < 1500: + if rect.height * monitor_scale < 1500: return 1 if width_mm > 0 and height_mm > 0: |