Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

show notification popup in the center of the screen #53

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

pykereaper
Copy link

After a Scan of e.g. a Username, eventually, there will be the response REPORT WRITTEN IN: GUI/Reports/Usernames/<search_term>/<search_term>.txt.

In order to proceed, one has to dismiss a popup. This popup is hidden extremely well: At the bottom right corner of the screen. Here's my bottom right edge of the screen. The popup is hidden behind the task bar:
screen

Took me quite a while to figure that out.

Reason is simple: You create the popup by getting screen width and height and moving the popup to that position. To solve this issue, just divide those values by two, to position the popup near the center of the screen.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant