-
Notifications
You must be signed in to change notification settings - Fork 50
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
right-click menu placing #1447
right-click menu placing #1447
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! A couple things:
- You missed one of the four menus. Run
git grep tk_popup
to find all places where menus are shown. - These also need y offset.
Added the missing implementation, and changed the offset to 1 instead of 10.
Will do! |
IMO 10 pixels is better than 1 pixel. You got that part right initially. Sorry if I wasn't clear :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! I tried it on my computer and the new behavior is awesome :)
Your welcome! I figured I had better start on something small. 🤣 |
Added 10 pixels offset to right-click menus
Fixes #1429