autowebcompat
autowebcompat copied to clipboard
label.py opens windows that are overlapping
There should be at least some distance between them, right now they are overlapping so I can't see the entire image.
@marco-c Can you please share a screenshot of how windows are opening? I made sure that they don't overlap in https://github.com/marco-c/autowebcompat/blob/b127fdfe75d647568db86d97c44065b963574825/label.py#L249-L251 and just touch each other.
This is unexpected. It works fine for me. In your screenshot third window is opening fine. There is a problem with first or the second one. I will try to figure it out.
It might be related to the fact that my screen is HiDPI.
For a temporary fix you can add some value to 20 in above part of code. I will try to find a solution till then!
Might be fixed by #272.