WFinfo
WFinfo copied to clipboard
[bug/request] Inventory snip overlay too small
Bug encountered : All overlays when snipping inventory are 120px wide on a 1080p monitor, which is unreadable. (No idea if it's by default or just a bug though)
Temporary fix :
Modify line 907 in WFInfo/OCR.cs to this,
itemOverlay.Resize((int)Settings.maximumEfficiencyValue);
then modify the "Efficiency Max" setting to your liking.
Idea for a permanent fix :
Replacing the use of width for this specific overlay by either a droppable menu with set values or a textbox (in settings) would allow people to scale it to their liking, or eyesight.