scantailor-advanced icon indicating copy to clipboard operation
scantailor-advanced copied to clipboard

Support for hiDPI monitors - incorrect scaling

Open pbakes opened this issue 3 years ago • 1 comments

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 avatar Jan 09 '21 04:01 pbakes

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

pbakes avatar Jan 09 '21 07:01 pbakes