Tkinter frame being weird with button spacing
So i have this script that im using to mess around with tkinter gui just to learn it and i have a frame that holds 3 buttons and i have the row and column setup so they have no gap and it works fine until i add anything thats in the row below that, what happens is the 2nd button and the 3rd get pulled to the other side of the program and the first button just sticks to the left side its really weird
I need help finding a sneaky bug, tkinter python3 script
Buttons on the 2nd tab are way too spaced apart for some reason