Closed OscarL closed 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!
Ohh thanks! I fixed it!
Just as the title says, currently you can read:
In line 100:
and on line 103:
Other than that... the theme looks great! Thanks for your work!