Andereoo/TkinterWeb

HtmlFrame doesn't respect height value

Neil-Ciciglycerin opened this issue · 7 comments

I'm working on an email application, using HtmlFrame in order to display emails. My gui is based around a tab system, using ttk.Notebook. I NEED every tab to stay the same size, because otherwise the whole window resizes. When I don't set the height= attribute, it resizes the tab. When I do set the height attribute, it ignores it, and resizes the tab.

I was programming this application on a raspberry pi, which has died since the creation of my pull request. I would love to send simplified sample code, but I can't.

Thank you!

Thanks for the advice! I'm restarting the project on a Win10 Machine