rdbende / Azure-ttk-theme

A stunning modern theme for ttk inspired by Fluent Design 💠
MIT License
739 stars 136 forks source link

Error in example.py: it still uses old names "Accentbutton" and "Togglebutton" #4

Closed OscarL closed 3 years ago

OscarL commented 3 years ago

Just as the title says, currently you can read:

In line 100:

accentbutton = ttk.Button(root, text='Accent button', style='Accentbutton', command=callback)

and on line 103:

toggle = ttk.Checkbutton(root, text='Toggle button', style='Togglebutton', variable=f, offvalue=0, onvalue=1)

Other than that... the theme looks great! Thanks for your work!

rdbende commented 3 years ago

Ohh thanks! I fixed it!