WFinfo icon indicating copy to clipboard operation
WFinfo copied to clipboard

[bug/request] Inventory snip overlay too small

Open HiroLeWeeb opened this issue 4 years ago • 0 comments

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.

HiroLeWeeb avatar Sep 25 '21 00:09 HiroLeWeeb