harshvinay752 / RangeSlider

Python tkinter widget for range selection in slider widget structure with two handles
MIT License
11 stars 4 forks source link

fixed typo: font_color #5

Open jweickm opened 1 year ago

jweickm commented 1 year ago

text_color was not defined. Renamed to font_color.

Also, I had to empty init.py for it to work correctly as a submodule in my project.