-
-
Notifications
You must be signed in to change notification settings - Fork 4
Fix ACT window scale down
Noisyfox edited this page Nov 7, 2017
·
1 revision
For users with a high dpi screen, an issue in ACT will cause the window be scaled down when this plugin is loaded.
This is caused by creating a WPF window from a none DPI awareness winform application. To fix this, the ACT need to be patched.
But you can get around this issue by:
- Right click on Advanced Combat Tracker.exe and select Properties.
- On the properties window, select Compatibility.
- Check Override high DPI scaling behavior. and select System (Enhanced) (or System if you like) from the combo box as shown below.
- Click OK and enjoy!
NOTE: You may need to check Run this program as an administrator since sometimes this will be unchecked somehow. Just double check this or your ACT may not work properly.