Tagged Questions
1
vote
0answers
111 views
Setting “tk scaling” in Python/Tkinter affects widgets but not text
I'm trying to use Tk's "tk scaling" feature to zoom a GUI but it only seems to change the size of the widgets, not the text. Is it possible to use "tk scaling" with Tkinter and have it work ...