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

Grey Border around Buttons #36

Closed
smrucv opened this issue Oct 14, 2021 · 1 comment
Closed

Grey Border around Buttons #36

smrucv opened this issue Oct 14, 2021 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@smrucv
Copy link

smrucv commented Oct 14, 2021

Describe the bug
No matter what I tried there's always a grey border around Buttons on tkmacosx.

To Reproduce
Steps to reproduce the behavior:

  1. Change window's background color to any different from grey.
  2. Add a Button.
  3. You must see a grey border around Button.
  4. Change Button property highlightbackground to the window's background color.
  5. You must see a grey border around Button yet.

Expected behavior
On tkinter if you change highlightbackground to the window's background color it solves the problem.

@smrucv smrucv added the bug Something isn't working label Oct 14, 2021
@smrucv
Copy link
Author

smrucv commented Oct 14, 2021

Nevermind, I set the Borderless property as True and it worked.

@smrucv smrucv closed this as completed Oct 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants