[Tkinter-discuss] problem changing font settings for ttk themed widgets on Windows

willie.lawrence willielawrence1 at gmail.com
Fri Apr 20 19:31:23 CEST 2012


Hello,
In Windows the fonts are tuples, so you can try:
ttk.Style().configure('TLabelframe.label', font=("Arial", 14, "bold"))
tell if it works

--
View this message in context: http://python.6.n6.nabble.com/problem-changing-font-settings-for-ttk-themed-widgets-on-Windows-tp4895707p4902700.html
Sent from the Python - tkinter-discuss mailing list archive at Nabble.com.


More information about the Tkinter-discuss mailing list