paissaheavyindustries / Triggernometry

Triggernometry is a plugin for Advanced Combat Tracker, intended to extend its built-in trigger system with a variety of different actions and configuration options.
MIT License
253 stars 48 forks source link

Hidden Checkbox for Actions on Hi-Res Screen #91

Closed MnFeN closed 10 months ago

MnFeN commented 1 year ago

Hi-Res screens cannot show the checkbox if the Hi DPI mode (Properties > Compatibility > Hi DPI Setting) for ACT is off.

Hi DPI OFF: image

Hi DPI ON: image

Although the Hi DPI mode could fix this, it would cause other issues, such as the text and icons in many components (like the second line of the second image) being blurred, and ${_screenwidth} / ${_screenheight} return a smaller scaled value.

MnFeN commented 10 months ago

Fixed in #98