S
S
Semyon Petrenko2016-01-17 19:12:35
Python
Semyon Petrenko, 2016-01-17 19:12:35

How to remove border around canvas?

e352c3eb951f4db885040fa25b5b8ac0.png

canvas = Canvas(top, width=1000, height=600, bg = "lightblue", cursor = "circle")

bd or borderwidth, according to the documentation, should work, but nothing changes at all (neither up nor down) from inserting the parameter into the string and does not give an error. How to remove the frame?
Thank you!

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Semyon Petrenko, 2016-01-21
@Pogremix

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 question

Ask a Question

731 491 924 answers to any question