Answer the question
In order to leave comments, you need to log in
How to remove border around canvas?
canvas = Canvas(top, width=1000, height=600, bg = "lightblue", cursor = "circle")
Answer the question
In order to leave comments, you need to log in
Specify bd=0, highlightthickness=0 in the canvas description.
The "frame" has 2 parameters. bd - does not work, but left by default.
The highlightthickness parameter removed the border.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question