4lex4 / scantailor-advanced

ScanTailor Advanced is the version that merges the features of the ScanTailor Featured and ScanTailor Enhanced versions, brings new ones and fixes.
GNU General Public License v3.0
1.15k stars 128 forks source link

Support for hiDPI monitors - incorrect scaling #167

Open pbakes opened 3 years ago

pbakes commented 3 years ago

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 commented 3 years ago

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