E. Paine <paineeli...@gmail.com> added the comment:
This is indeed a tkinter issue and is caused by the placeholder label. As the main label is added to the frame using the place manager, this placeholder is required to make the frame the correct height. I have attached a small diff which lowers this placeholder, fixing the problem (raising the main label does the same thing). ---------- keywords: +patch nosy: +epaine Added file: https://bugs.python.org/file49227/lbscl.diff _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue40219> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com