-
Thanks for the implementation. I could not find a way to increase the font size anywhere. Is there a simple way to do this that I missed? |
Beta Was this translation helpful? Give feedback.
Answered by
gnikit
Feb 23, 2023
Replies: 1 comment
-
You can pass your font like you would normally in a tkinter widget in the ToolTip(label, msg=item, font=("Arial", 12)) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
gnikit
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can pass your font like you would normally in a tkinter widget in the
**message_kwards
of the tooltip