I wanted the widget to be proportional to the size of other widgets in my app (I used a larger font).
I tried:
style = Style()
style.configure('Calendar.TCalendar', font=(None, 30))
but it doesn’t work. I also tried using tkcalendar
but it doesn’t work with ttkbootstrap.
New contributor
nieinter is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.