notablackbear / poe_qolV2

52 stars 34 forks source link

Miss position of overlay after stash tab and tab affinity update #78

Open fabioaraujo opened 3 years ago

fabioaraujo commented 3 years ago

Capturar After today update the overlay is not matching the items

fabioaraujo commented 3 years ago

I've noticed that changing lines 85 and 87 for the code below fixed this issue for resolution 1920X1080

self.tab_origin = 22/1440 self.screen_res[1], 169/1440 self.screen_res[1] self.tab_end = 864/1440 self.screen_res[1], 1013/1440 self.screen_res[1]

Romot333 commented 3 years ago

ok so all i did was select the tab then hit "create new folder" it aligns it after that

Mettwurstler commented 3 years ago

ty, i fixed it in my updated version too :)

mjlai3 commented 3 years ago

@fabioaraujo which file do I change this in?

fabioaraujo commented 3 years ago

@mjlai3 POE_QOL2.py, then you will have to run this app with python POE_QOL2.py or rebuild the .exe, but I don't know how to do it I have made this change in my fork, maybe it can help https://github.com/fabioaraujo/poe_qolV2

EdwoG commented 3 years ago

I've noticed that changing lines 85 and 87 for the code below fixed this issue for resolution 1920X1080

self.tab_origin = 22/1440 self.screen_res[1], 169/1440 self.screen_res[1] self.tab_end = 864/1440 self.screen_res[1], 1013/1440 self.screen_res[1]

can you make a release with this?

TobJon commented 3 years ago

ok so all i did was select the tab then hit "create new folder" it aligns it after that

It indeed does, but it still is very slightly off. Especially with rings it looks a bit wonky