Python – Tkinter seems to be adding extra padding around the image on a label
Just starting to program in Python. Fist time posting here.
My intent is to use a ttk.frame to contain a 10×10 grid of text labels with one cell replaced by an image label. For ease, I left all the text labels blank in the posted code.
When I draw the labels using grid, I find that the cell with the image label expands slightly – as if the image doesn’t fit snippet of screen shot.
The result is that one row and one column are bigger than the others.