You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: