darvid / stashvision

⚔️ A private stash indexing tool and in-game item highlighting overlay for Path of Exile. 🗡️🧰
MIT License
19 stars 4 forks source link

Cell highlighting size for different resolutions #8

Open DmytroKanivets opened 4 years ago

DmytroKanivets commented 4 years ago

Cell size is not scaled with resolution, as it is done for stash root position. For 1920x1080 cell size of 52.5 (26.25 for quad) fits perfectly.

DmytroKanivets commented 4 years ago

Same for the overlay window height - padding is not fixed at 380px, it should be 380/1440*poeHeight instead. Otherwise, highlight will be cut and items at the bottom of tab won't be highlighted: image