Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for hiDPI monitors - incorrect scaling #167

Open
pbakes opened this issue Jan 9, 2021 · 1 comment
Open

Support for hiDPI monitors - incorrect scaling #167

pbakes opened this issue Jan 9, 2021 · 1 comment

Comments

@pbakes
Copy link

pbakes commented Jan 9, 2021

The original scantailor works fine, but both scantailor-universal and scantailor-advanced don't scale properly on a hiDPI monitor setup (15" UHD laptop monitor & 32" 1440p monitor. On the laptop monitor the preview window is fine but all UI elements are hardly visible, and on the 32" UI elements are large and the preview window and thumbnail browser are completely blurred.

@pbakes
Copy link
Author

pbakes commented Jan 9, 2021

Well, running this through powershell is at least a workaround for now
cd "C:\Program Files\ScanTailor Advanced"
$Env:QT_SCREEN_SCALE_FACTORS=1;1;1
.\scantailor.exe

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant