Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When I set anchor='w' and ipadx=20, it seems that ipadx has no effect #2625

Open
zhaozhaofox opened this issue Nov 6, 2024 · 0 comments
Open

Comments

@zhaozhaofox
Copy link

  1. When I set anchor='w' and ipadx=20, it seems that ipadx has no effect
  2. I can not set ipadx =(20, 10) just like padx

image

code:
`import customtkinter as ctk

class Window(ctk.CTk):

def __init__(self):
    super().__init__()
    self.geometry('400x300')
    ctk.CTkLabel(self, text='Banana', width=100, bg_color='red', fg_color='yellow', text_color='black', anchor='w').grid(ipadx=20)

if name == 'main':
Window().mainloop()
`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant