TomSchimansky / TomSchimansky/CustomTkinter
Auto calculation of window size not working
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 13.6k
- Forks
- 1.2k
- PR merge metrics
- No merged PRs in 30d
Description
Hello,
when writing the exact same code in Tkinter I get a correctly autosized window, while in CustomTkinter the window is way too big
Tkinter

CustomTkinter

Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the reported comparison between Tkinter and CustomTkinter using the same window-sizing example and inspect the library's window size calculation behavior. The issue names no files or tests, so first locate the relevant sizing entry point and add a focused regression test. Done means the CustomTkinter window is sized comparably to the Tkinter version.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- desktop
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100