-
Notifications
You must be signed in to change notification settings - Fork 119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UI scales when toggling theme #11
Comments
Duplicate of #6 |
I'm not sure that this is the same problem as in #6. I have the same problem in my app. I use tabs for different parts of UI, and if I'm in empty tab, it only scales once and stays the same, doesn't go bigger or smaller, but if I'm in the tab that has treeview, it gets bigger every time I use |
Probably related to rdbende/Azure-ttk-theme#20 |
From the README:
|
Not related to it. This is a bug in Tk itself. rdbende/Azure-ttk-theme#40 |
Bug reported in Tk core: https://core.tcl-lang.org/tk/tktview?name=bc602049ab |
I'm using Python and Tkinter for GUI. I've a function using switch and ttk for switching between light and dark mode:
But when I clicked into the switch, all the UI automatically scales a litter bit:
It will scale larger if i use tabs or table in ttk Tkinter, and won't scale back when switch to light mode, it scales more and more when I clicked into theme switch button:
I don't know how to fix this. I would so appreciate if anyone can recommend me improving these. Thank you!
The text was updated successfully, but these errors were encountered: