Stefanix,

When you create your Canvas, try setting these properties in your Canvas
creation statement:

borderwidth=0
highlightthickness=0

Both these properties consume visual space in your canvas.

If you need non-zero values for these properties, then just account for
the edge pixels consumed by these features when you do your layout.

Malcolm
_______________________________________________
Tkinter-discuss mailing list
Tkinter-discuss@python.org
http://mail.python.org/mailman/listinfo/tkinter-discuss

Reply via email to