As you can see in the picture, everything is aligned properly, but the equation button is not symmetrical in size from both sides. For example if I change the equation character to a number, then everything is perfect. I tried to search if I could add padding to only one side of the button(not grid), but couldn't find a solution for it. Any ideas how to fix it?
Here's the current code of the button:
button_equation = Button(window, text="=", bg=button_bg, fg=button_fg, activeforeground=button_afg,
activebackground=button_abg, highlightbackground=button_afg, borderwidth=button_border,
padx=26, pady=0, font=(font, 16))