RobertJN64 / TKinterModernThemes

A collection of modern themes with code that makes it easy to integrate into a tkinter project.
MIT License
91 stars 7 forks source link

Typo error in readme.md #3

Closed SNEAXIII closed 1 year ago

SNEAXIII commented 1 year ago

Hello, you've made a small error in your documentation. In the "Resizable Windows" field, you write:

"This can be disabled with the cleanResize parameter in run()".

But in the method, the parameter is called cleanresize without capitals, maybe you forgot the camelcase typo :)

thanks for your work :)

ps: can you please provide the code you use to make your screenshot? thank you ^^

RobertJN64 commented 1 year ago

Fixed! Camel case would have been the correct styling based on the rest of the code base, but I changed the README instead to ensure backwards compatibility (at least until a major version update).

The code for the screenshots is just the allwidgets example that is provided with the library. https://github.com/RobertJN64/TKinterModernThemes/blob/master/TKinterModernThemes/examples/allwidgets.py