autowebcompat icon indicating copy to clipboard operation
autowebcompat copied to clipboard

label.py opens windows that are overlapping

Open marco-c opened this issue 6 years ago • 6 comments

There should be at least some distance between them, right now they are overlapping so I can't see the entire image.

marco-c avatar Jun 19 '18 00:06 marco-c

@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.

sagarvijaygupta avatar Jun 19 '18 00:06 sagarvijaygupta

overlapping

marco-c avatar Jun 19 '18 07:06 marco-c

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.

sagarvijaygupta avatar Jun 19 '18 09:06 sagarvijaygupta

It might be related to the fact that my screen is HiDPI.

marco-c avatar Jun 19 '18 09:06 marco-c

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!

sagarvijaygupta avatar Jun 19 '18 10:06 sagarvijaygupta

Might be fixed by #272.

marco-c avatar Dec 07 '18 16:12 marco-c