-
Sorry, because this is the second question I ask today but I really need to know and thanks |
Beta Was this translation helpful? Give feedback.
Answered by
rdbende
Feb 7, 2022
Replies: 1 comment 1 reply
-
You can do it using Style.configure, (AFTER you've set the theme) like this: ttk.Style().configure("TButton", font=("Segoe UI", 20)) |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
rdbende
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can do it using Style.configure, (AFTER you've set the theme) like this: