I hope I'm not missing something obvious..
I'm changing the size of the widget font when the size of the window changes, by calling update_font() for each widget in the menu.
It works well for all the widgets, except for the state text inside the toggle switch, which stays the same size it was initialized.
I could not find a function that updates the state text...
I hope I'm not missing something obvious.. I'm changing the size of the widget font when the size of the window changes, by calling update_font() for each widget in the menu. It works well for all the widgets, except for the state text inside the toggle switch, which stays the same size it was initialized. I could not find a function that updates the state text...