I\'m using ttkcalendar.py which can be found in this link.
I\'ve adapted it for use in Python 3.3
Basically what i\'m trying to do
How can I change the height of the rows in the treeview as in prevoius attempts font size can be increased but the row height does not increase with font size. - STILL AWAITING HELP
In case you are still awaiting help on this one, there is a way to change the row height, though that google groups thread says that it isn't officially supported by Tk:
#apply any configuration options
ttk.Style().configure('Treeview',rowheight=30)