TomSchimansky / CustomTkinter

A modern and customizable python UI-library based on Tkinter
MIT License
10.77k stars 1.03k forks source link

Failed to launch on windows7 when using padx/pady. #2446

Closed Femtometer closed 1 month ago

Femtometer commented 1 month ago

Build: Windows 10 Package: Nuikta

Works fine on Windows 10. No response on Windows 7. Remove padx/pady parameters used, it goes to normal.

dipeshSam commented 1 month ago

Where did you've used padx and pady parameters? In Class Constructor or in grid or pack geometry managers?

A reproducible code might be helpful.

Regards.

Femtometer commented 1 month ago

I'm using grid(), I tried to reproduce, didn't success. Now it works normal on both OS.