Replies: 1 comment 1 reply
-
You can't set a style value to "initial" programmatically with Python, as you've probably already discovered this will crash as this expects a value that can be parsed as a height, etc. I'm struggling to find a way of doing this without diving deep into the internals. Honestly it might be best just to reset using the value you'll find in the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, is there a way to reset the value of a CSS attribute of a widget as initial in the python code ?
Beta Was this translation helpful? Give feedback.
All reactions